I am using NRF5340 with NRF connect (Zephyr) and logging out to RTT (printk or printf, etc) , which works but sometimes I get buffered fragments and dont see the rest of the print until more events happen that forces it to flush. Is it possible to force a flush and ideally not hang the system if RTT is not connected?