Skip to main content
Associate II
September 14, 2023
Question

STM32 MCUs

  • September 14, 2023
  • 2 replies
  • 1144 views

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.

This topic has been closed for replies.

2 replies

Issamos
Super User
September 14, 2023

Hello @Leylifer 

Try this video. It do the same configuration.

Best regards.

II

LeyliferAuthor
Associate II
September 14, 2023

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.