reboot NETARM

How can I programmatically reboot the NETARM device? Cheers, Minlin

You can’t really… the closest you can come is to enable the watchdog to reboot on timeout and sit in a spin loop waiting for it to timeout… BBFN Dave

I am replying myself just in case others might need to know. I found out NETOS6 has a API function “customizeReset” that will do it. And Dave you are right this function does exactly what you suggested. It use a watchdog timer to do the trick. Minlin