Debugging Interrupts Using The Serial Monitor

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Debugging Interrupts Using The Serial Monitor

Jump to solution
970 Views
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?

Labels (1)
Tags (1)
0 Kudos
1 Solution
386 Views
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

View solution in original post

0 Kudos
1 Reply
387 Views
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 Kudos