Posted on May 17, 2011 at 14:02I've tried that example and currently do it like this: ... // Peripheral Clock - This is done in the init function, but I did it again here RCC_APB1PeriphClockCmd(RCC_APB1Periph_PWR,ENABLE); // Enable WKUP ...
Posted on May 17, 2011 at 13:55Mine does not wake up from Standby. I currently do it like this: ... // Peripheral Clock - This is done in the init function, but I did it again here RCC_APB1PeriphClockCmd(RCC_APB1Periph_PWR,ENABLE); // En...
Posted on May 17, 2011 at 13:48Mine does not wake up from Standby. I currently do it like this: ... // Peripheral Clock - This is done in the init function, but I did it again here RCC_APB1PeriphClockCmd(RCC_APB1Periph_PWR,ENABLE); // En...
Posted on May 17, 2011 at 12:20It can only be woken up by a rising edge on PA.0 (WKUP pin), but mine does not wake up. Currently do it like this: ... // Peripheral Clock - This is done in the init function, but I did it again here RCC_APB1Perip...