ARMmbed / mbed-semtech-lora-rf-drivers

Semtech's LoRa RF drivers for mbed OS
Other
31 stars 25 forks source link

Fix Fifo Pointer in Continuous Mode #56

Closed Eric-A-Marks closed 4 years ago

Eric-A-Marks commented 4 years ago

In continuous mode we need to check and set the fifo pointer before every read, otherwise data may be lost.

This is bug is commonly seen when using the mbed LoRaWAN FUOTA demo as small delta updates working, but large full updates failing.

https://github.com/ARMmbed/mbed-os-example-lorawan-fuota/