Posted on November 23, 2015 at 17:02Deamonata, the routine that you descibe is not clear enough; please give a cleaner code descibing the PWR registers' bits that you modify./update before, inside and after the if{}
Posted on November 19, 2015 at 18:48Be careful for the systemClock configuration transition between two devices; STM32407 max frequency is 168MHz and STM32F429 is 180 MHz -> So you should review the prescaler and the period implemented according to ...
Posted on November 19, 2015 at 16:20Hello, Is you code is entering and exiting standby mode more than one time ? I think that it is your case. Anyway, you should clear the standby flag (PWR_FLAG_SB) in addition to to all used wakeup sources' flag...
Posted on November 18, 2015 at 18:30Hello Nima, It's normal since you debug and the counter of timer still counting. To debug correctly TIM1 and TIM4 processing you should set the corresponding debug bist in the debug MCU freeze registesr: DBG_TIM...