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(64))) = {"
Is there a tool to convert a .bin file to such an array?
How can I produce the array to store in my microcontroller