CODECOMPOSER: F29 - Memory Setting - Sections falls into a memory region that is not writable

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: UNIFLASH

Hello,

I wrote a linker command file and I get the following error: "C29xx_CPU1: Loader: One or more sections of your program falls into a memory region that is not writable.  These regions will not actually be written to the target.  Check your linker configuration and/or memory map.".

This error prevents from loading the software on the evaluation board using CCS.

However, I am able to download this software without any problem using UniFlash and then I am able to debug this software using CCS.

I reviewed the map file, I also generated an hex file from the out file, I also used "c29objdump.exe --full-contents" to extract info from the out file. And I don't see anything that seems to be in a non writable Flash area.

So, the questions:

1/ Why can I download the software with UniFlash and not with CCS ?

2/ The error message indicates that one or more sections of my program falls into a memory region that is not writable, but where can I find which sections this message is talking about ? Is this information stored in a log file ? If not, then it should indicate either in the error message or in a log file referenced in the error message the sections (address, content...) that falls into a memory region that is not writable to help the user

3/ From there, how can I identify these sections as the review of the cmd file, of the map file and of the out file did not allow to find the problem ?

Thank you

Ronan