Question
8 timers of 2 Stm32f7 Synchronization
Hello everyone,
I have used 2 Stm32f7 nucleo boards to read the data of 8 incremental encoders.
for this purpose, I have used timers. I can read the data of encoders correctly but there is a little bit time difference between timers. it means I need to Synchronize timers of stm32 boards and also 2 boards together.
could you please help me? How can I do that?