请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:TMS320F28386D 此指令似乎仅用于调试用途。
我想知道、如果没有调试连接、程序是否会继续执行?
//
//定义仿真停止
//
#ifndef ESTOP0
#define ESTOP0 _asm (" ESTOP0")
#endif
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.
此指令似乎仅用于调试用途。
我想知道、如果没有调试连接、程序是否会继续执行?
//
//定义仿真停止
//
#ifndef ESTOP0
#define ESTOP0 _asm (" ESTOP0")
#endif
您好!
在调试模式期间、ESTOP0实际上用于暂停程序。 它实际上是一个"仿真器停止"、如以下主题所述: https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/121715/estop0-instruction#:~:text=The%20command%20asm(%22ESTOP0%22,emulator%20attached%20to%20your%20target。
我认为如果不在调试模式下运行、它应该继续执行、但请告诉我这是否有任何问题(如果程序不需要、您可以始终将其删除)。
此致、
Omer Amir