User Activity

Posted on February 05, 2013 at 20:46I cannot get stop mode current below 1.1 mA in the IAR STM32L152VB eval board. This is the code to prep and then go to stop mode:lowPowerConfigGPIO();  (this configures all GPIO pins as ADC inputs)PWR_FastWakeUpCm...
Posted on February 15, 2012 at 18:12I am trying to use the VCP example project in the STM32F2xx USB library on an IAR STM32F207 dev board.The device enumerates correctly when I plug in a laptop and it is recognized by the ST VCP USB driver as COM4. ...