How can I use an external clock generator to generate PWM signals?
I need to generate 4 different PWM signals simultaniously, I tried it with STM32F746G-DISCO but the screen of it just goes blank after a bit, I then tried it with Nucleo-144 F767ZI and it sort of worked for 50 kHz and 1 MHz however when going down like 750 kHz or some different frequency the generated signal is just a little inconsistent, like there are a few nano seconds of inconsistency between the signals.
Therefore I want to experiment with an external clock generator, precisely Si5351 Clock Generator, however I just don't know how to use an external clock generator, how do I connect it to my board, make them communicate etc etc
I didn't really end up finding much of an explanation on this topic either so any help is appreciated as a newcomer.
