запущен проект motor identification c терминалкой

This commit is contained in:
2026-06-05 12:15:36 +03:00
commit 177431f3d2
1383 changed files with 840275 additions and 0 deletions

26
docs/KEIL_ADD_FILES.md Normal file
View File

@@ -0,0 +1,26 @@
# 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.