* I hit similar using rtt log, ended up setting it blocking in the panic handler before printing, seemed to work OK. ```rust rtt_target::with_terminal_channel(|t| t.set_mode(rtt_target::ChannelMode::BlockIfFull); }) ```