Platform info: SDK153, MESH 3.2 and using SEGGER RTT for debug logging output with __LOG(...)
I have a strange behaviour in one of my application, where it work very fine as long as my target is attached to J-LINK adapter (using RTT log-output), but as soon as I run it unattached Jlink,it behaves strange.
In this situation I would like to have the log-out redirected to UART(E) :-)
Is there an easy way of redirecting RTT output to UART(E) ( Eg using ringbuffer and none blocking) ?