ARMmbed / mbed-os-example-lorawan

Simple LoRaWAN example application for mbed OS
Apache License 2.0
78 stars 92 forks source link

Device hangs if it receives a scheduled (confirmed) downlink message before the first wakeup #170

Open RafaellaN opened 4 years ago

RafaellaN commented 4 years ago

I am using a custom board with the murata ABZ chip (STM32L0 series), I am sending and receiving successfully at any other time except when the device first starts.

If there is a scheduled downlink message before the device starts then, I can see from the network the ACK that the message has been received but my device freezes I am using CLASS C, but if I am using CLASS A then this works, I am currently changing from class A to class C at a later stage( I want to use class C in my project).

Why is this happening?

ciarmcom commented 4 years ago

ARM Internal Ref: IOTCELL-2348