External Controller Bootloading

Hi,

We are trying to have the image of the DA14580 part of the external microcontroller.
In your projects you are saving the image in form of an array - "static const char program_t[IMAGE_SIZE] __attribute__((aligned(***))) = {"
Is there a tool to convert a .bin file to such an array?
How can I produce the array to store in my microcontroller

Parents
  • Hi,

    I am looking for a tool to convert the Intel Hex file into a array, as the array can be used for serial bootloading. As shown in the SDK 5.0.4 example code

    SDK 5.0.4\DA1458x_SDK_5.0.4\DA1458x_SDK\5.0.4\projects\host_apps\da1458x\proximity\reporter\include\prox_reporter_ext.h file.

Reply
  • Hi,

    I am looking for a tool to convert the Intel Hex file into a array, as the array can be used for serial bootloading. As shown in the SDK 5.0.4 example code

    SDK 5.0.4\DA1458x_SDK_5.0.4\DA1458x_SDK\5.0.4\projects\host_apps\da1458x\proximity\reporter\include\prox_reporter_ext.h file.

Children
No Data