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.

TMS570LS3137: 在线调试(watch窗口开)

Part Number: TMS570LS3137
Other Parts Discussed in Thread: HALCOGEN

原贴已经无法回复,在这里回复一下https://e2echina.ti.com/support/microcontrollers/other/f/other-microcontrollers-forum/781639/tms570ls3137-rti?tisearch=e2e-sitesearch

项目使用HALCoGen生成库相关函数,使用keil mdk开发,仍旧使用原贴代码进行测试

在线调试进行测试:

将MDK的watch窗口打卡时,使用示波器测量GPIO引脚电压,发现电平翻转时间不均匀,时间出现大于100ms的情况;

关闭watch窗口时,示波器测量引脚电平翻转时间均匀,波形是每100ms翻转一次;

关闭调试模式,重新上电,全速运行程序时,GPIO引脚电平翻转时间也是均匀的,与程序设计相符,100ms翻转一次;

另外,在线调试时(打开watch窗口),发现CAN口的数据有时收不到(同样的CAN数据,通过CAN工具周期发送)。

在线调试(watch窗口打开)是会影响芯片程序运行么?