cancel
Showing results for 
Search instead for 
Did you mean: 

How I can capture the raising edge or falling edge in the STM32H745-nucleo timer?

Sm.2
Associate II
 
4 REPLIES 4
Uwe Bonnes
Principal III

Read the STM32 Timer cookbook and lock for examples in the code.

Hi Bonnes,

Could you please help me by sending the example code foe the stm32h745 Bonnes.

Regards

Sm.

Sm.2
Associate II

I am using the stm32h745-nucleo board. Currently I am Working with the timers.

As I am working with the timers I need one timer in the cm4 and another timer in the cm7. I need to capture the falling edge of timer cm7 and need to give input for cm4 timer.

simply when the cm7 timer is up and cm4 timer need to be down.

Could you please help me out to find the falling edge for cm7 timer pulse to achieve this.