Forked for SWO Library to use on NAELIC robot. Improved to give some printing function.
There is print
, println
function for main types.
#include <mbed.h>
#include <swo.h>
static naelic::SWO swo;
int main() {
swo.println("Hello, World!");
}
Install all J-Link software
To monitor SWO output via J-Link debug and trace probe, execute :
JLinkSWOViewer -device STM32L4A6RG