Building .bin file CubeIDE
My CubeIDE project currently builds a debug .elf and I am trying to build a .bin file instead. In order to do this, I researched the forums that say I need to go to project properties: C/C++ Bulild->Settings->Tool Settings->MCU Post Build outputs and select "convert to Intel Hex file".
(https://community.st.com/s/question/0D50X0000AlgEerSQE/how-to-generate-bin-file-after-building-with-cubeide)
I am not sure how to actually build the project in order to build the bin file. Should I select the "Build Release" option through the CubeIDE build icon? When I do this, I get a bunch of errors about header files not being found.( I don't get these errors when I build the debug project). What am I doing wrong? Thanks
