User Activity

I have configured TIMER2 to capture PWM input (Basically PWM inputmode). Both CCR1 and CCR2 captures period and ontime of the PWM signal respectively. I configured DMA to captures these two registers CCR1 and CCR2 by configuring array of two 32bit bu...
I'm using Timer 2 to capture PWM input. The configurations are made to capture the period and duty in both CCR1 and CCR2 registers.I have planned to use DMA, to store the values of CCR1 and CCR2 into memory using with a same channel of TIMER2(CHANNEL...
I have a specific requirement to capture input PWM analog signal using Timers.The timer should capture both period and duty cycle of the input signal for one pulse, then stop the capture automatically.The application can read the capture compare regi...
We are facing problem with USART in STM32L475RCT7 microcontroller. Recently we have migrated an existing product from MCU stm32f103rct7 family to STM32L475RCT7.All code changes are done properly and migration was successful. The product communicates ...