2023-09-13 11:45 PM
Hi,
I want to use input capture mode using TIMER2 feature of Stm32f730vbt6 microcontroller. I am receiving a pulse signal from the oscilloscope and I want to remove it via STM using the timer's input capture mode. What should I use in the code for this? I want to do this with DMA.
2023-09-13 11:53 PM
2023-09-14 05:11 AM
Actually, I want to take the pulse signal I give from the oscilloscope as input and capture the rising edge between the two pulses. As far as I understand, it does not show the incoming signal in the video.