How to avoid project migration issue in STM32CubeMX v6.6.0 and STM32CubeIDE v 1.10.0
A regression was detected when a project is migrated to the latest STM32CubeMX v6.6.0. The following source files got removed from Core/Src folder after the migration.
- system_stm32xxxx.c
- sysmem.c
- syscalls.c
To avoid this issue, please apply one of the following workaround:
- Delete .mxproject file before performing project migration
- Move or copy the whole project in another location before project migration
We are working on a patch release for MX and IDE in which the described issue will be fixed. The patch will be available soon.
We apologize for the inconveniences.