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.

CCS3.3 debug warning


Hello,

Our customer is having problem in debugging DM365 custom board with CCS 3.3(SR12).
I know CCS3.3 is not recommended, but for time being they have to use CCS 3.3 to complete the current project.
Emulator used: BH-USB560m
(and the JTAG clock is reduced below 10MHz)

Please let us know if there is any suggestions on this issue.

The problem is CCS3.3 produces this warning when we use the GEL file created for the
custom board.

Warning:
0x40000020/-2062 @ marker 5315
Warning during:Execution.
Cannot halt the processor

but when BH-default.gel(gel file from blackhawk) is used first to start up the Parallel debugger,
then remove it and reload custom GEL file, there is some warning but the program seems to
be running properly.

Is it required to load the GEL file everytime when connecting the board to CCS3.3's Parallel Debugger?

Regards.
  • Hello,

    Kika said:
    BH-default.gel

    Not that this is not a real GEL file intended for use. It is a placeholder for the actual GEL file. If your custom GEL file is something you created, there may be some actions in there that is causing the issue. Carefully check the file.

    Kika said:
    Is it required to load the GEL file everytime when connecting the board to CCS3.3's Parallel Debugger?

    No, it is completely optional.

    Thanks

    ki