Trying to get SystemView to work using RTT and UART. Using MPLAB with Harmony on ATSAMD21(Cortex-M0+)/ATSAME54(Cortex-M4F) and uCOS-III RTOS. Have added the latest SystemView source from SEGGER Trying to replace Micrium uC-Probe with SystemView to monitor Tasks and other RTOS resources and blocking. Cannot find documentation on how to link SystemView RTT to the UART hardware. Any ideas where to look. I see that SEGGER_RTT.c has : SEGGER_RTT_WriteDownBufferNoLock() I presume this can be called fr…