You can keep noload, but then you will have to edit the linker file and build twice to be able to extract your assets .bin.What I meant is removing noload from the linker script, creating the .bin and then setting extflashsection to noload or removin...
Alternatively, you can flash your application with STM32CubeProgrammer after modifying your elf file.If you need to debug, you can edit your debug configuration to not download the program before debugging by editing the entry in "Load Image and Symb...
For that particular board setup, TouchGFX does not write directly to the display. The DSI display is set up in video mode, so it just expects a stream of pixels on the bus. This stream is provided by the LTDC controller, which reads directly from the...
I believe this is not during compilation, but during flashing. You can not flash your board with the section present with the load flag set.Does it not build correctly if you press the build button (hammer)?You can alter your debug and run configurat...