User Activity

Posted on January 13, 2016 at 22:44Hi everyone,In this video, I show you how developing a custom USB Human Interface Device class (USB HID Class) application for STM32F4 using STM32CubeMX.https://www.youtube.com/watch?v=xufZyQf4O7YBest Regards #u...
Posted on December 21, 2013 at 00:09HeyIn order to use the user button of stm32f4 discovery as encoder mode, I was configured timer2 as follows but it didn't work:   void configureEncoder(void) { RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOA, ENABL...