Skip to main content
Sm.2
Associate III
May 12, 2022
Question

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

  • May 12, 2022
  • 2 replies
  • 1052 views

..

This topic has been closed for replies.

2 replies

Uwe Bonnes
Chief
May 12, 2022

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

Sm.2
Sm.2Author
Associate III
May 13, 2022

Hi Bonnes,

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

Regards

Sm.

Sm.2
Sm.2Author
Associate III
May 16, 2022

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.

Andrew Neil
Super User
May 12, 2022
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.