Does anyone know how to get debug messages out to host console via SWD? I know SWD supports Serial Wire Viewer, but not sure how to get it working over GDB with JLink.
I am using: nRF51822 ARM GCC toolchain OSX
Thanks,
Chris
Does anyone know how to get debug messages out to host console via SWD? I know SWD supports Serial Wire Viewer, but not sure how to get it working over GDB with JLink.
I am using: nRF51822 ARM GCC toolchain OSX
Thanks,
Chris
Doesn't that require SWO to be implemented? (Which is not on the Nordic part).
I would tend to think that Nordic wouldn't have piped the serial port through the Segger on the eval kit if there was a proper SWV/SWO implementation :)
-m
Ok, that probably solves it then. Wasn't sure if SWO was implemented or not.