Question
Binary output code
Hi all,
I'm working on TouchGFX project that uses external QuadSPI Flash to store all graphics objects required by my designed HMI.
I want to obtain as result of the release building two distinct .bin files that contain respectively:
- one bin file that contains the binary code of my application to be written into internal flash,
- and a second bin file that contains the graphics objects to be written into external QuadSPI Flash.
Is there a way into STM32CubeIDE to do that?
Thank you in advance!