• STM32F4 input capture
    I have code like this to capture input frequecy of PE11 (timer 1 CC 2) of STM32F4: TIM_ICInitTypeDef TIM_ICInitStructure ; GPIO_InitTypeDef GPIO_InitStructure ; NVIC_InitTypeDef NVIC_InitStructure...
  • STM32F4 input capture
    I have code like this to capture input frequecy of PE11 (timer 1 CC 2) of STM32F4: TIM_ICInitTypeDef TIM_ICInitStructure ; GPIO_InitTypeDef GPIO_InitStructure ; NVIC_InitTypeDef NVIC_InitStructure...
  • STM32F4 cannot access input capture interupt
    please look at the code below and tell me what wrong with the configuration. I used Stm32f4 discovery kit, and generated PWM via PC6, then connected it to PE11. However, no interupt occurred. /*set...
  • STM32F4 cannot access input capture interupt
    please look at the code below and tell me what wrong with the configuration. I used Stm32f4 discovery kit, and generated PWM via PC6, then connected it to PE11. However, no interupt occurred. /*set...
  • STM32F4 Input Capture - Timer resolution changes with optimization
    Hi all, I've recently set up an input capture channel on an STM32F4 processor. I'm using Keil uVision 5.38a with the version 6.19 ARMClang compiler. I'm using the TIM2 timer for input capture. And slave...