bonsai-rx/harp

Firmware update hangs when device is permanently in bootloader mode

Closed this issue · 0 comments

When devices are reset to bootloader mode, the protocol does not respond to the request to read the reset register. This operation should have a timeout to allow forced updates to escape directly to bootloader protocol

var reset = await device.ReadByteAsync(DeviceRegisters.ResetDevice);
.