Posted on May 17, 2011 at 12:51Does anybody else use the ''SYSCLKConfig_STOP()'' function when coming out of sleep? More importantly does anybody else have issues with it causing rare lockups?
Posted on May 17, 2011 at 12:51I have been having an issue where my processor will freeze after quite a few cycles of returning from STOP mode. After looking through some of the files I think I found the problem and it relates to the STM32 library. ...
Posted on May 17, 2011 at 12:49PC13 is the Tamper-RTC pin. Can I use this functionality to generate an event on it that will trigger the processor awake and retain the standard EXTI-interrupt functionality on PA13?
Posted on May 17, 2011 at 12:49I can get the tamper pin to generate an interrupt when the processor is running, but not when it is asleep using: ''PWR_EnterSTOPMode(PWR_Regulator_LowPower, PWR_STOPEntry_WFI)'' or ''PWR_EnterSTOPMode(PWR_Regulator_Lo...