27 lines
778 B
Markdown
27 lines
778 B
Markdown
# Keil Add Files
|
|
|
|
Automatic `.uvprojx` editing was not performed because no STM32G474CEU6 Keil project exists in the current `AD` workspace.
|
|
|
|
A sibling candidate project was found:
|
|
|
|
```text
|
|
F:\set\workspace\setcorp\set506\git_project\stm32g474\stm32g474_IHM08M\IHM08M\MDK-ARM\IHM08M.uvprojx
|
|
```
|
|
|
|
It targets `STM32G474RETx`/NUCLEO-G474RE, not `STM32G474CEU6`, and is outside the writable root for this task.
|
|
|
|
When the real Keil project is available, add:
|
|
|
|
| Group | File |
|
|
|-------|------|
|
|
| User/Simulink Interface | `Core/Src/simulink_interface.c` |
|
|
| User/AD Parameter Identification | `Core/Src/ad_parameter_identification.c` |
|
|
|
|
Also add include path:
|
|
|
|
```text
|
|
Core/Inc
|
|
```
|
|
|
|
Do not add or edit generated Simulink files by hand unless the generated-code workflow requires it.
|