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.

TMS320F28027: How to generate *.txt

Part Number: TMS320F28027

Hi,

How to generate *.txt with compiler V18 and other versions?

We tried 

"${CG_TOOL_HEX}" --ti_txt "${BuildArtifactFileName}" -o "${BuildArtifactFileBaseName}.txt" -order MS -romwidth 32

It works when compiler with RAM cmd, but not with Flash cmd. The error is like: 

warning: section Example_2803xECanBack2Back.out(ramfuncs) at 07e0000h falls in
unconfigured memory (skipped)
warning: section Example_2803xECanBack2Back.out(.text) at 07ec000h falls in
unconfigured memory (skipped)
warning: section Example_2803xECanBack2Back.out(.econst) at 07ecccch falls in
unconfigured memory (skipped)
warning: section Example_2803xECanBack2Back.out(.cinit) at 07ececch falls in
unconfigured memory (skipped)
warning: section Example_2803xECanBack2Back.out(codestart) at 07effech falls in
unconfigured memory (skipped)

Actually, these are not used in the application.

Br, Jordan