• SRAM content after watch dog reset
    How can i retrieve SRAM content after external WDT reset. if i am declaring the variables to be saved after WDT reset as global (array of unsigned char of size 500), the keil compiler is initialising...
  • SRAM content after watch dog reset
    How can i retrieve SRAM content after external WDT reset. if i am declaring the variables to be saved after WDT reset as global (array of unsigned char of size 500), the keil compiler is initialising...
  • ARM: WDT
    Hi, I experienced a problem with my microcontroller STM32L162VD. I initialized WDT and it works fine. but I found that in one time that MCU halted and WDT did not reset the MCU, reset pin also did not...
  • ARM: WDT
    Hi, I experienced a problem with my microcontroller STM32L162VD. I initialized WDT and it works fine. but I found that in one time that MCU halted and WDT did not reset the MCU, reset pin also did not...
  • 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...