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.

Does Not Halts at Break Point

Other Parts Discussed in Thread: TMS320F28035

Dear Sir,

                I am using CCSv5.1. I am working with TMS320F28035. While I am running the code from Flash and put a break point, the cursor halts at break point, but when running the code from RAM it does not halts at the Break point. The compiler settings were same for both Flash and RAM running. Please clarify me regarding this.

  • Hi Naresh,

    This should not happen! Go through this link for detailed info: http://processors.wiki.ti.com/index.php/Data_Breakpoint/Watchpoint

    Regards,

    Gautam

  • Naresh Bitla said:
    While I am running the code from Flash and put a break point, the cursor halts at break point, but when running the code from RAM it does not halts at the Break point. The compiler settings were same for both Flash and RAM running. Please clarify me regarding this.

    At what address is the breakpoint being set? Is it in Flash or RAM? If it is in Flash, does any code exist at that address for the case when you are running code from RAM?

    It is hard to explain why or what could be going wrong without further details and possibly a reproducible test case. You also mention using CCS 5.1. If possible I would recommend installing the latest CCS v5.4 and checking if the behavior is reproducible with that version. You can install CCS 5.4 along side your current installation, in a separate folder.