User Activity

Posted on October 25, 2017 at 21:34I have the USB HID demo working on an STM32F072B-DISCO board. I grabbed the code from the HID demo app to make a custom Windows project. Everything works alright, but I want to increase the report length (the demo ...
Posted on October 20, 2017 at 02:46I am using an STM32F072B-DISCO. I am trying to get a PWM on pin A6 using timer 16. The timer seems to be counting as expected, but there is no output on A6.Here is my code:    RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GP...
Posted on September 16, 2017 at 02:34I need a timer that is accurate to 1us for a project I am working on. I bought some stm32f051 discovery boards to get going. I noticed all the timers seemed to be slow by about 0.75% (I checked them with a scope)...