Microchip-MPLAB-Harmony / bootloader

Harmony 3 Bootloader
https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MH3_bootloader&redirect=true
Other
23 stars 13 forks source link

Reset counters when a packet expires. #15

Open hairymnstr opened 3 years ago

hairymnstr commented 3 years ago

If there's a gap of more than 100ms between characters the packet gets abandonned but the counters were not reset so you can't retry because the buffer gets out of sync.

amitraddi commented 3 years ago

@hairymnstr Thanks for reporting and the changes. We will get it fixed in next bootloader release.