Jlink Usage Tips

Jlink Usage Tips

Pin/Star Public Account to not miss any important news! This tutorial is authorized for publication by the author ‘wcc149’. Copyright: Commercial Use Prohibited Note:This document is for personal learning use only. For reprints, please contact the author via the public account for authorization. To make it convenient for everyone to view these tutorials anytime and … Read more

Practical Example of J-Scope Virtual Oscilloscope with Jlink

Practical Example of J-Scope Virtual Oscilloscope with Jlink

Requirement Imagine you are facing a scenario where the MCU code has the following snippet, and you need to see the values of the variables in real-time sin_o cos_o automatically plotted, which is essentially a virtual oscilloscope (what a clever name)! #include <math.h> float x = 0; double sin_o = 0; double cos_o = 0; … Read more