Input capture STM32F429 Discovery
Posted on February 21, 2014 at 12:30 Hi, I have a problem with F429 Discovery board. I use PB4 (is a free pin) for input capture This the configuration: void TIM_Config(void) { GPIO_InitTypeDef GPIO_InitStructure; NVIC_Ini...