• Input capture problem
    Hi everyone! I'm trying to measure a PWM frequency signal using the input capture channel 1 of TIM3, but it won't work. i'm using NUCLEO F446RE board, here is my code: #include "stm32f4xx.h" //...
  • 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...
  • Input capture problem
    Hi everyone! I'm trying to measure a PWM frequency signal using the input capture channel 1 of TIM3, but it won't work. i'm using NUCLEO F446RE board, here is my code: #include "stm32f4xx.h" //...
  • lpc1788 input capture, frequency limit
    Hello everyone, I am using the <LPC1788>, amongst other things, for a frequency measurement. I'm trying to output a waveform with PWM0 And capture the input to Timer0 to measure the frequency...