User Activity

Hello After some work with STM32CubeMX CMake generation and discussions with good CMake user, I really think that, when generating a projet with STM32CubeMX, it should not be an INTERFACE library (or at least not only that)As a CMake user said to me,...
Hello,I have a working project based on CMake.I tried to build it under STM32CubeIDE with no success.Here is the output when trying to build the project:**** CMake Configure of configuration config_default for project CMakeProject **** C:\Work\Projet...
Hello,When generating a CMake project with STM32CubeMX, it generate a library stm32cubemx defined as an interface.I created a libPWM. To have all the compile/CPU/drivers hal informations, my libPWM must be linked to the stm32cubemx.To avoid error, in...
Hello,I'm working on a CMake F030 based project, generated with STM32CubeMX (MX and firmware package up to date to last version)So the CMakeList.txt link to a stm32cubemx library. Generating the basic project is ok. But now, I have created a libPWM t...
Hello,I have a project where I am trying to check flash memory by calculating the CRC32 of it and compare it to the CRC32 of the generated .bin file to verify memory corruption. As the CRC32 was not ok, I realize that the memory in the generated .bin...