Hello,
I am using DLR node on SDK 8.0.6.45 and I am facing to issues.
When all beacons are on timeout, I was expecting a return to IDLE state in DLR_STATE_MACHINE_OFFSET.
Unfortunately, values are:
State 1 last beacon 2 (state machine 0x0201)
Ring state 0
Common events STOP_BOTH_TIMERS PORT1_BEACON_RCVD (0x14)
How to force the state machine field (DLR_STATE_MACHINE_OFFSET) to return in IDLE state (0)? And to have Common events at 0 too?
I tried to clear the value, but it returns (after a short delay) to fault state and DLR_START_TIMER_MASK is also set in port events. No beacon frames are produced during this period.
I suppose that it is the problem explaining why my test is failing.
Best regards,
Cyril