User Activity

Hello,I recently noticed an issue with the CMake project generated by CubeMX targeting the STM32G4CETx MCU.The generated gcc-arm-none-eabi.cmake sets the optimization flags using `CMAKE_C_FLAGS`, which are then overwritten by the default optimization...
Hello,I've generated code for a dual cure MCU (stm32H755) and tried to build the project (on a unix system). However, I get an error in `mx-generated.cmake` indicating that the startup file cannot be found. I tracked down the issue to the directory f...
Hello,I've noticed that the generated CMake projects (specifically, in the toolchain gcc-arm-none-eabi.cmake file), a now-deprecated (since version 3.6!) macro is used https://cmake.org/cmake/help/latest/module/CMakeForceCompiler.htmlI have to remove...
Hi all,I recently updated to the latest STM32CubeMX version 6.12 in order to take advantage of the ability for CubeMX to generate a CMake project for a dual-core MCU (specifically for the STM32H7 family). However, I'm a little confused on the impleme...