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.
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.