User Activity

Posted on February 05, 2016 at 01:50I am using a STM32F072RB discovery board and trying to calculate the voltage on a pin (PA1). I attached VDDA to the pin and measured the voltage with a voltmeter and it is 2.97 V.The raw value that is read using a...
Posted on January 19, 2016 at 23:54On stm32f072xb (Discovery board), I am able to detect an interrupt on PA0.Using the example provided, I configured the external interrupt as such.   EXTI->IMR = 0x0001; /* (3) */    EXTI->RTSR = 0x0001; /* (4) */  ...
Posted on January 05, 2016 at 20:55I am using the STM32F072B-Discovery board and used the CDC_Standalone example to communicate with the PC using a Virtual Serial Port. I am using the VCP driver from the website.I can send data from the microcontrol...
Posted on December 10, 2015 at 22:48I am new here. Starting using Nucleo-F072RB. I can see the Virtual Com Port on my PC when I connect USB cable to the ST-Link board. The ST-Link Debug device also shows up in device manager. I am able to flash the ...