I have a static Bitmap image file that I would like to build into the firmware image at build time. I would like to store this data on a flash partition that is NOT "NVMS_FIRMWARE_PART".
How do I include some binary data to be added to a flash partition at build time?
Hi Nathan,
There is no documentation on how the linker script files can be modified. And we strongly recommend not modifying the .ld files.
YOu could take a look here : https://users.informatik.haw-hamburg.de/~krabat/FH-Labor/gnupro/5_GNUPro_Utilities/c_Using_LD/ldLinker_scripts.html
but it's up to you how to modify it.
Regards,
PM_Renesas