DA14683: Pre-load binary data into FLASH partition at build time

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?

Parents Reply
  • I would like to revisit this now.

    I already have my partition table set up.  That part is working.  

    To restate my question:

    I have a block of binary data that I need to be included at the same partition table location in each firmware build.  

    You mention the sections.ld.h.  Do you have any examples of how that file would need to be modified to include a block of data in the firmware image at a specific flash location?

Children