Tool/software:
How to correctly create a new section through modify .cmd file?
The selected part in this picture is the section i created recently,but it doesn't generate successfully in the .map file after i built my project.

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:
How to correctly create a new section through modify .cmd file?
The selected part in this picture is the section i created recently,but it doesn't generate successfully in the .map file after i built my project.

Hi,
Our expert for this topic is out of office, please expect a delayed response.
Best Regards,
Ben Collier
Hi,
I can see that the section is created correctly.
In your project, have you mapped any function/ data to be placed in this section of memory? and are they being used in your application code? If so, the section is sure to be created in the .map file.
Regards,
Samritha
__attribute__((section(".DS_EXCVEC_OSCORE0"))) can be used to map any function or data to your section.