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.

TMS320F28388S: Registers in CM Core TI-TXT

Part Number: TMS320F28388S

Tool/software:

Greetings,

                In the CM core, we have a project which builds and generates a TI-TXT output.  The project uses the IPC, and in the TI-TXT file, I am seeing the address of the IPC’s message RAMs along with a byte for every location in it.  This is true for the CM to C1 and the C1 to CM message RAMs.  On the C1 projects, the IPC memory does not show up in the TI-TXT file, just the code.  Is there a way make the CM projects show only the code?  The relevant parts of the cmd file are:

C1_CM_MSGRAM  : origin = 0x20080000, length = 0x00000800
CM_C1_MSGRAM  : origin = 0x20082000, length = 0x00000800

MSGRAM_CM_CPU1  : >  CM_C1_MSGRAM, type=NOINIT
MSGRAM_CPU1_CM  : >  C1_CM_MSGRAM, type=NOINIT

Thank you,

Ed