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.

TMS320F28386D: ESTOP0

Expert 2120 points
Part Number: TMS320F28386D

This instruction seems only for debug usage.

I would like to know, if no debug connection, will the program continue to execute?

//
// Define for emulation stop
//
#ifndef ESTOP0
#define ESTOP0 __asm(" ESTOP0")
#endif