Other Parts Discussed in Thread: Z-STACK
Hi,
Z-Stack 1.4.3-1.2.
I'm using the SystemReset() macro defined in OnBoard.h to force processor reset when a fault condition is detected.
The reset occurs and the device issues a beacon request. A coordinator and router in both reply with beacons but these are
ignored. The device just issues beacon requests repeatedly.
If I power the device down and up manually the device issues the same beacon request but this time follows it with an
association request and joins the network normally.
The SystemReset() macro uses a watchdog fail to force a reset. I'm wondering if this leaves the radio section in an unknown
state that can only be cleared by a hard reset.
Does anyone know what you need to do to get a 'clean' reset programmatically?
Thanks, Steve.