I am building a binary for ARM using GCC and Crossworks. I have a secondary binary image that needs to be loaded to another IC during start up.
I like to integrate this binary to my tool-chain, in other words, I make this binary part of my image and every time I build this binary gets integrated into the final binary file that will be loaded to the CPU. What is the best practice for this?
Thx