Hi, I would like to execute a feature to resume program execution after soft reset for DS5000. This is similar to suspend and wakeup capability for low power management Advice and experience would be appreciated... Thanks
Save registers (R0-R7, SP, PC, DPTR, etc.) and all peripheral configuration in NV-RAM before powerdown. Then, on warm-start, restore it all. I did this once. It's really a lot more work than it's worth. Jon
don't just time the watchdog out and all is taken care of Erik