Question
How to generate a big images.bin file?
Hello all,
I used a lot of images in my project and I put them (images.bin file) into SD-Card for used.
Now I have a question:
How to generate a big images.bin file?
"In this example we will put the image data in the ExtFlashSection at address 0x24000000. You can select any address that is otherwise unused (not part of the code or data address space)."
The 4GB (0x00000000~0xFFFFFFFF) zone is include code and data space, but I need to generate a big images.bin such as 4GB size.
