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.

Regarding TMS320LF2407A. software break point using asm("ESTOP0")

Other Parts Discussed in Thread: TMS320LF2407A

I am not able to use this instruction in code to stop program execution. 

Please some one tell me how can I use this " asm("ESTOP0") . Emulator is connected already. and connection established. 

But the program doesn't stop on this instruction.

What other requirement needed for this.

Ashutosh Bhatt

  • Ahutosh,

    ESTOP0 is a C28x instruction, not a C24x instruction. It will not work on TMS320LF2407A.

    C24x devices (e.g., LF2407A) only have one hardware breakpoint that you can set in flash. The debugger will set it.

    Regards,
    David