True debugging of Arduno-compatible software with Energia MT

True debugging of Arduno-compatible software with Energia MT

Serial print, while convenient, is an intrusive way of “debugging”. It alters performance & takes extra cycles. TI LaunchPad Kits have an onboard debugger so developers can debug Arduino-compatible sketches via JTAG. Dig deeper into your code to un-intrusively see variables, set breakpoints & more.

Project Website