Posted on May 17, 2011 at 13:01Figured it out. The following code enables it (I hadn't enabled the PWR peripheral). RCC_APB1PeriphClockCmd(RCC_APB1Periph_PWR , ENABLE); PWR_PVDCmd(ENABLE); PWR_PVDLevelConfig(PWR_PVDLevel_2V8); And you can read th...
Posted on May 17, 2011 at 13:01I also haven't been able to get it to work. It looks easy, the functions in the function library seem straightforward, but it doesn't work. As the function library suggests, I use the following 2 commands to enable it....
Posted on May 17, 2011 at 12:45No, I don't. I just loaded the updated 4.2.3, and it finally worked as it should. If you have 4.2.0, maybe you could try building it yourself and see. Perhaps the problem was somehow with my installation? Bruce
Posted on May 17, 2011 at 12:45I've been having good luck developing for the STM32F101 with the GCC toolchain from Anglia, but I've run into a snag with an apparent bug, (or operator error), relating to the Standby function. Below is a simple progra...