• Soft Reset
    I have an STM32F205 processor in a battery backed up circuit. The battery is normally non connected, it can be connected via switch or GPIO. The problem is that if the IWD (Independent Watch Dog) fires...
  • Soft Reset
    I'd like to perform a "warm restart" by running the startup routines upon detection of an error. How can I "goto" the reset vector using C51? For example: void main(void) { ... ... val = CheckForError...
  • How to resume program execution after soft reset ?
    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...
  • Ram clear after reset
    Hello, I am working on a project based on STM32F103VC microcontroller. I tried to find any resource/discussion/application note on clearing of internal SRAM after reset (i.e. initialization of SRAM...
  • RAM contents after WDT reset
    Hi, I need to place some data in RAM and then use the watchdog to force a device reset. After the device reset, I will read the same locations in RAM to determine what to do. This has to do with...