2022-05-12 04:29 AM
2022-05-12 04:52 AM
Read the STM32 Timer cookbook and lock for examples in the code.
2022-05-12 06:25 AM
2022-05-12 10:12 PM
Hi Bonnes,
Could you please help me by sending the example code foe the stm32h745 Bonnes.
Regards
Sm.
2022-05-15 11:05 PM
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.