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.
Tool/software: TI C/C++ Compiler
I am relatively new to TI-RTOS and CCS but I would like to figure out the memory map layout of the application code and boot code. Reading the map file doesn't seem to help much except the application code is put in flash at address 0. However, when I read the .out file in hex editor it doesn't match what is in flash at address 0. I am over looking something or not aware of something? Any help would be greatly appreciated. I am going to keep going through the linker files and map files to see what is going on but hoping the forum would help speed up the process.
Thanks,
Rob
What overarching problem are you trying to solve? The wiki article A Brief History of TI Object File Formats will probably be helpful. The output of the armofd utility may be what you need. It is described in the ARM assembly tools manual.
Thanks and regards,
-George