This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Including binary files in flash image

Hi all,

on the "Concerto",

i'm wondering if there is a syntax to include (as raw data) a binary file in a section that I will be later map to flash. This binary file is rather big, so is not practical to convert it in some ASCII format and then create some asm file like ".word xxx, .word yyy".

Instead I want to include it "as is" and have the linker putting it in a separate section in M3 flash (I will provide the section declaration in the .cmd file)

That file is the binary table of the fpga program, that I should program into an fpga I have on the board through the SPI peripheral.

On the "Concerto" flash I have enough free space to store there the image of the fpga

thanks

alberto