Question
How to copy the font and image section to binary file?
I am trying using NAND flash to storage the setions, but don`t know how to dump these sections to a binary file, https://support.touchgfx.com/docs/development/scenarios/using-non-memory-mapped-flash shows command "arm-none-eabi-objcopy.exe --dump-section ExtFlashSection=images.bin TouchGFX/build/bin/target.elf" to generate it, so if I want to dump images alone with fonts, how to write the cmd and config on STM32CubeIDE?
