Remove loader to fast debug
Hi all,
I'm building a custom board with touchgfx and QSPI resources.
Everything work well!
I would like to know how is possible to remove loader to fast the debugger session: the external resource need more than 4Mbytes and loader everytime I start a debug session update the external memory. This process take about 1 and half minute.
the problem is that I don't updating nothing on graphic design, but I'm adding only code to my project: everytime I program the uC everything is erased and reprogrammed.
So I would like to have the possibility to run the project, loading the external QSPI resources needed by graphic stack and correct as fast as possible my code. Is it possible?
( I'm know where remove the loader (on debug settings) and I know how to edit the linker to add/remove external reosurces: but if I edit the linker, Touchgfx don't know where load the picutres and fonts from) . how can I solve it?
Thanks in advance