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.

CCS/TMS320C6418: Boot sequence debug with CCS 5.5

Part Number: TMS320C6418

Tool/software: Code Composer Studio

Hi there,

I need to debug what happen at boot time.

I'm using CCS5.5, TMS320C6418 target and developing a custom board.

I need to see the content of the onchip RAM at address 0x00 right after reset and before code located at address 0 is exetued (i.e. I need to see if ROM boot mode is correctly working copying the first 1k of bytes from the external memory into the onchip ram).

How can I debug this with the emulator so that I can be sure that I see what actually happen at boot time?

Thank you

Regards