Step-by-Step Guide to Jlink Serial Printing Techniques
When debugging microcontroller programs, serial printing is a common method. Sometimes, when the hardware does not reserve a serial port, other methods are needed for printing and debugging.1. Jlink SEGGER RTTJlink SEGGER RTT is a very useful method that allows you to achieve printf-like functionality simply by using the SWD or JTAG interface of Jlink, … Read more