Synchronization of timers in stm32f7
Hi Sir / Madam,
I am trying to synchronize two timers or reduce delay between two timer outputs.
Yellow signal represents low frequency signal ( Timer 3 around 4Khz ) and blue signal represents high frequency signal ( Timer 1 around 1.5Mhz ). They are sourced from the different APB clock however, there is a delay of <100 nanoseconds. I need to overcome that delay.
I tried using Timer 5 instead of Timer 1, so that input source clock would be same. However, I saw similar issue at the outputs of timers.
Any other ideas, you could possibly think of ? Please find the screenshot below :
This delay is same at falling edge.
Is this some sort of limitation with current approach?
Regards,
Sushrut