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.
请告诉我什么原因可能导致 DEVICE_DELAY_US (500)或任何其他延迟停止 TMS320F280049C。 代码是 board.c 的一部分。 该代码由 SysConfig 自动生成。
谢谢
Baruch einziger。
您好 Baruch:
Unknown 说:请告诉我什么原因会导致 device_delay_US (500)或任何其他延迟停止 TMS320F280049C。
您能澄清一下您的问题吗? 您是否看到器件卡在延迟功能中? 如果您在调试会话中查看"Disassembly"窗口、您是否能够看到器件卡在哪个指令上(即它实际上是在延迟环路中还是在 ITRAP 中)? 请记住、delay 函数是从 RAM 执行的、因此如果 RAM 被擦除或进行了某种程度 的复位、 程序可能认为该函数不再是程序所期望的函数。 用户可以使用"Disassembly"窗口来验证程序执行位置、从而验证这一点。