This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2432: Arm-based microcontrollers forum

Part Number: AM2432


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