User Activity

Good afternoon community,I am trying to implement the Input Encoder in STM32F407G Discovery board.I implement all things, but I am not able to generate desired the output from the board.I get counter/count/position value as zero.   Can you please he...
Good morning community,I am trying to capture output compare unit.Board: STM32F407G Discovery.I configure TIM1 which is 16bit timer on bus1.Reference clock is 12.5Mhz in our case.I am seeing when I run the code only one time interrupt is generated an...
Good afternoon community,I am traying to Output compare unit on STM32F407G Discovery.  I am configuring TIM1 and generate with global interrupt. Here is timer configuration function.This is Callback Function.//Callback function void HAL_TIM_OC_DelayE...
Good afternoon community,I am starting implementation of Output compare unit for STM32F407G Discovery board.I get output as GPIO toggling on board.I configure TIM1 and it's 4 channels for different frequency generation as output at different pulse,an...
Good morning community,I am capturing the frequency using waveform generator in STM32.Board: STM32F401RE Nucleo.It is working at underflow condition.Condition is,Reference clock is 25MHz and counter period is 65535. So, minimum frequency is 382Hz and...