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/TMS320F28388D: Inconsistent behavior observed during debugging of same software in different system with the same setup and configuration

Part Number: TMS320F28388D

Tool/software: Code Composer Studio

Hello,

Currently I am using TMS320F28388D microcontroller. I have created a build project for the CPU Core 1 using CCS version 10.0.0.00010 IDE and compiler version 20.2.1.LTS. In my system I have set the breakpoints in some function. while debugging I could see, the breakpoint is not hit. The project state is running in debug window . I executed the same build without any modification in code, compiler and IDE version in some other machine. I could see the breakpoint is getting hit during debugging. Could you please help me to identify the problem.

Regards,

Abhijit

 

  • Abhijit,

    Are you running the code from RAM or flash ? Are you using the same board and also same method to set the breakpoint on both PC ? Sometime if you are not following the same steps then it may give different result. 

    Regards,

    Vivek Singh

  • Hello Vivek,

    Thank you for your inputs.

    I have cleaned up the all the breakpoints and added freshly. Looks like its works but there is a inconsistency observed. After few debug steps and restart the application it does not stop at the existing breakpoint location without any modification. This works well if I restart the ccs and board.

    Regards,

    Abhijit