How to write .Bin /.ELF file for External Flash loader
I have a project with a large number of image bitmaps I want to draw to a screen, so have set up an external FLASH IC for storing the majority of these images.
I've verified my flash driver works and created an external loader for use in STM32CubeProgrammer. I've verified that this loader can read and erase sections of the external flash after I get the microcontroller to write to the flash, so now all I need to do is save the images to the flash from the CubeProgrammer but I'm unsure on what the best route to do this is.
I understand CubeProgrammer accepts .Bin and .Elf files to program to the uC/flash but how do I create a .Bin/.Elf file with just images in them at specified memory addresses?
Thank you for any help
