Hello,That is a packed pinout :)I have a few suggestions you could try:I noticed all your interrupts are set to the same priority. Does it help if you lower the priority of the DMA2D and TDC interrupts? I don't think they need to have the "Uses FreeR...
The projects provided with TouchGFX are intended to be used wither for prototyping purposes with unmodified discovery kits, or as inspiration / starting point for custom projects.There are quite a lot of display controllers in the market, supporting ...
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...