ST-LINK_gdbserver, ability to only program internal flash?
Hi Guys,
So with TouchGFX we can end up with lots of graphics data that resides in external flash.
ST-LINK_gdbserver I think uses the ST Programmer to flash the elf which flashes the normal flash and the external flash.
If there is a lot of data then this external flashing takes a long time and most of the time this data is not changing.
Is there a way of setting things up so that ST-LINK_gdbserver will only flash certain sections to avoid this repeated flashing of exactly the same data, its pretty annoying to change one line of code and then have to wait minutes for it to program the external flash.
