Tool/software:
is there a way to adjust the map file generated from code composer !?
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:
is there a way to adjust the map file generated from code composer !?
Hi,
It sounds like you are trying to change the memory allocation for specific code sections. Is that correct? If so, you will want to modify the linker command file (.cmd) to specify where you want to partition the memory and use PRAGMAs to allocate code functions to these sections of memory. Below is a document that explains the memory partition on the device.
https://software-dl.ti.com/ccs/esd/documents/c2000_c28x-compiler-understanding-linking.html
Regards,
Ozino