Debugging Interrupts Using The Serial Monitor

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Debugging Interrupts Using The Serial Monitor

跳至解决方案
1,446 次查看
mouka
Contributor II

How can I debug a program that uses interrupts using the serial monitor?

My program and interrupts work fine if I run them full speed, but I have no idea how I can debug my code when I am using interrupts.

Are there posts or threads that have tackled this issue before?

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
862 次查看
J2MEJediMaster
Specialist I

There are threads that discuss the use of a serial monitor. Use the search box at the bottom left of this web page and type in "serial monitor". Also, consider using an OSBDM cable to do the deugging. They are inexpensive, and even if your shipping product will not have a BDM connector, the debugging capabilities of the BDM interface should help you debug your code faster. This is all based on the fact that I do not know what part you are targeting, or the toolset you are using for development/debugging work.

 

---Tom

在原帖中查看解决方案

0 项奖励
回复
1 回复
863 次查看
J2MEJediMaster
Specialist I

There are threads that discuss the use of a serial monitor. Use the search box at the bottom left of this web page and type in "serial monitor". Also, consider using an OSBDM cable to do the deugging. They are inexpensive, and even if your shipping product will not have a BDM connector, the debugging capabilities of the BDM interface should help you debug your code faster. This is all based on the fact that I do not know what part you are targeting, or the toolset you are using for development/debugging work.

 

---Tom

0 项奖励
回复