My firmware is blocked on custom board until RTT connects: Code hits and blocks on a printf. This doesnt happen when using an NRF5340, but does with NRF5280. Just trying to figure out if this is expected and if there is a work around to have RTT enabled but not block execution. If it matters I am using USB and BLE and both are enabled prior to printf. If I use the debugger it looks like it faults when hitting the printf.
using these:
I tried this but didnt seem to help:
Also note that eventually the firmware does start eventually after a long day 30+sec if RTT is not started.