Hi @Community member , I've given up on using CMake with STM32CubeIDE as too many changes were made to the IDE to keep it working with CMake. It would make more sense if ST themselves supported CMake in their IDE instead of having their end-users ha...
Sounds excellent! We've resorted to using VSCode and CLion for now which do not offer the excellent debugging experience in STM32CubeIDE, but it will do for now.Directly related to this, we also spent a lot of time trying to make STM32CubeIDE work wi...
** I highly second an option to add custom toolchains to a workspace/project **We are currently using GNU-ARM 9-2020-q2 via CMake and would like to set this project up in CubeIDE, but cannot as were are using `-std=gnu18` which is not available ST's ...