I am trying to get the example secure bootloader uart working on my nRF52832 development board but I am seeing a lot of TX errors on the RTT log output from the debug version of the bootloader. Thinking it might be related to flow control, I compiled my own version and disabled flow control but that didn't seem to resolve anything.
I captured a Saleae output which seems to show the nrfutil (version 6.1.6) is sending a single valid Ping request but the RTT log seems to indicate TWO Ping requests were processed for unknown reasons. I want to be able to trust my bootloader is going to work so I really need this to be reliable.
Can you please help provide any insights as to what might be going wrong?