I'm testing an implementation of the serial UART bootloader for DFU. Firmware update using nrfutil works fine, using a serial-USB dongle, The only issue I'm seeing is that if the dongle is not plugged into USB port on my PC, the device will not stay in bootloader. It seems to be because the UART Rx line is low. Similarly, if it's in bootloader and I pull the dongle, the Rx line goes low and the device exits bootloader. Is this to be expected? It seems odd. I think I have a workaround by enabling the pull-up on the Rx line but it's not ideal.
Regards
Pete
