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...
Posted on December 22, 2013 at 02:04HiThank you for help.not work yetI want control the rotation of motor. I will replce the user button with an encoder.they are another solutionbest regards
Posted on December 21, 2013 at 16:28Thank you for your helpI don't understand where I can clear the Update interrupt. (In the ''TIM2_IRQHander'' or in the main function).Best regards