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.

CCS6, locate physical addresses in RAM

Hi,

I am trying to actual physical addresses in RAM memory of individual variables.  I would like to be able to do a blanket extraction form the linker (or other tool) in a file format of all of the variables at one time. Do you know if this capability exists in CCS?  Any help would be appreciated.

Thanks,

Josh

  • Hi Josh,
    You can pull symbol information, such as addresses for various symbols, using ofd. It comes with the TI compiler and in the .\bin of the compiler directory (the one for ARM is called 'armofd'). For more information, see the ARM asm language tool user's guide (Section 11.1): www.ti.com/.../getliterature.tsp

    Thanks
    ki