STM32CUBEMX2 and STM32CubeIDE 2.1.1 how to generate release file
I have ordered the Nucleo-C542C board. I am waiting on the board to arrive so I thought I would setup a blinky project to test on the board. i used MX2 to setup the GPIO, clock, etc. I then imported the project int CubeIDE using the CMAKE option.
Apparently there is no way to build a release file. This means I will not be able to program the board. The build hammer only shows the debug build option.
Also, I do not see the .ioc file in the project tree. Apparently I don’t understand how MX2 and CubeIDE link together. If I am able to ever find the .ioc file, will it be updated if I make changes in MX2? The old version of CubeMX linked the.ioc files together. If changes were made by CubeMX, those changes were reflected in CubeIDE.
As a side note, there is one aggravating minor issue with CUBEMX2. Why are all the screens so washed out and difficult to see?. Everything that should be solid black is a barely visible light colored grey. This is particularly annoying in the GPIO chip pinout view. The oscillator clock setup is even worse.
At this point my main issue is not being able to generate a Release file. It would also be nice to be able to view the .ioc file.
