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.

AM2634: Store specific data at specific address

Part Number: AM2634


Hi Team,

Is it possibe to store specific data at specific address? Customer need to insert specific data at specific address into binary *.appimage for each core. Is there any way to achieve it? Thanks!

Best Regards,

Julia

  • Hi Julia,

    Is it possibe to store specific data at specific address?

    Is this flash memory or RAM memory ? In flash it has to be handled by Flasher Tool, where as in RAM it needs to be handled via Linker.

    Customer need to insert specific data at specific address into binary *.appimage for each core. Is there any way to achieve it?

    The easiest way to do that is by creating an independent sections surrounded by holes/no load sections. This will simplify some things but won't be that straight forward.

    Hope this helps.

    Best Regards,
    Aakash