Posted on May 17, 2011 at 13:22I need to mention, that if I modify preceding code to: Code: <BR>-- PWR_EnterSTOPMode(PWR_Regulator_ON, PWR_STOPEntry_WFE); <BR>++ __SEV(); <BR>++ PWR_EnterSTOPMode(PWR_Regulator_ON, PWR_STOPEntry_WFE); <BR>then the re...
Posted on May 17, 2011 at 13:22Hello. In my application I would like to use stop mode, which will be exited by any edge (rising or falling) on GPIOA:3. However, I dont know what to do to exit from the stop mode. Here is all important lines (sequenti...
Posted on May 17, 2011 at 12:35The problem is, that new reference manual includes in the beginning on every chapter this: Quote:Medium-density devices are STM32F101xx and STM32F103xx microcontrollers where the Flash memory density ranges between 32 ...
Posted on May 17, 2011 at 12:35In Reference Manual rev. 4, there is staying that any STM32 MCU has 42*2 Bytes of backup registers. In Reference Manual rev. 3 and before, there is staying that any STM32 MCU has 10*2 Bytes of backup registers. ____ Ca...