Question
PWR_ClearFlag(PWR_FLAG_SB) not work
Posted on September 23, 2014 at 13:15
Hi.
I am using the STM32F205ZC and I try to clear the StandBy flag by this command.PWR_ClearFlag(PWR_FLAG_SB). But it doesn't work. I try manual to go to PWR_CR->CSBF and clear there but no help.Only when I active before RCC_ClearFlag(); It work.I allow access to the PWR by this command PWR_BackupAccessCmd(ENABLE);Why it doesn't work by its own?ThanksBar. #standby-flag-stm32f205zc