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.

TMDSCNCD28P65X: E1 program start

Part Number: TMDSCNCD28P65X

Hi,
customer has one of the first CC version E1. He can run the TI examples in RAM and also he can flash it with the debugger. But then it doesn't execute by its own. Boot pins are set to flash. He used latest CCS.

Regards, Holger

  • Holger,

    What do you mean by "it doesn't execute by its own" ? Do you mean once you disconnect the debugger and power cycle the board, code does not run ? Did customer tried running the example with debugger connected and issuing a reset and then clicking on Run icon ? 

    Vivek Singh

  • Hi Vivek,
    the problem is solved. Customer removed the line

    BOOT_RSVD        : origin = 0x000002, length = 0x0001AF     /* Part of M0, BOOT rom will use this for stack */

    in the linker .cmd file by accident and re-added it now.

    Regards, Holger