User Activity

Posted on October 05, 2017 at 15:38Hi all,I am using STM32F407VET6 with 25MHz crystal by STM32Cube_FW_F4_V1.16. I have changed HSE_VALUE to 25000000 in system_stm32f4xx.c and RCC_OscInitStruct.PLL.PLLM = 25 in SystemClock_Config main.c, but I found ...
Posted on July 25, 2017 at 18:04Hi all,I am try to use STM32F407VG discovery kit to read 5 encoder. I use TIM_HandleTypeDef and TIM_Encoder_InitTypeDef lib to read one encoder successfully. When I use the same code to read two encoders, I found that...