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.

TMS320F28374S: Warnings and errors in command line tool

Guru 13035 points
Part Number: TMS320F28374S


Hi,

Please tell me the meaning of the following two warnings and errors in command line tool, and the countermeasures.

------------------------------------------------------------------------------------------------------------------------------------------

[WARNING]
C28xx_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.

[ERROR]
C28xx_CPU1: File Loader: Verification failed: Memory map prevented reading 0x00D00@Program

--------------------------------------------------------------------------------------------------------------------------------------------

Thanks,

Koki

  • Hi,

    It looks like the code was compiled and linked to memory regions that are not valid for this device. That is what the warning is saying and hence looks like verification of code fails. Please make sure when compiling the correct device linker command file is being used that matches the device the code is being loaded on.

    Thanks,

    Ashwini