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.
工具/软件:Code Composer Studio
您好!
我尝试在 ADC ISR 中放置一个断点、但我认为它没有命中、因为 SW Breakpoint 的优先级低于 ADC ISR。
请详细说明一下吗?
谢谢、致以诚挚的问候
Bhwandeep Singh
Bhwandeep、您好!
如果您在 ISR 中放置一个断点(甚至是一个 SW 断点)、它将在到达代码时在那里停止。 如果未触发断点、最可能的原因是未达到代码。
请注意、如果仿真器未连接、SW 断点就会变为 NOP。