We don’t always JTAG, but when we do, we use a Black Magic Probe. It’s a completely open ARM-chip debugging powerhouse. If you program the small ARM chips and you don’t have a BMP, you need a BMP.
If you are used to coding with almost any modern tool except the Arduino IDE, you are probably accustomed to having on-chip debugging. Sometimes having that visibility inside the code makes all the ...
Even if you're a programming wizard with decades of coding experience, you're still bound to make mistakes when writing the code. Thankfully, with Arduino, there are several debugging techniques you ...
Recently I started to evaluate a development kit that cost about $US 180. Taking the kit beyond a basic demonstration, though, required using a “JTAG” programming ...
This debugger was implemented and designed for the ATmega644 which utilizes its JTAG interface for communication as it sets breakpoints and access registers and memory in order to control program ...
The Arduino development team has recently unveiled the latest version of their Integrated Development Environment (IDE), version 2.3, which brings a host of improvements to the platform. This update ...