Is there a board where I generate 4 different PWM signals at the same time?
I need to create 4 different PWM signals at the same time with different frequencies, I believe this means I need 4 different timers that are connected to a GPIO port, I currently have NucleoF767ZI and an STM32f746g-DISCO, Nucleo only appears to have TIM1 on GPIO ports, STM32 one does have enough but I just can't get it to work cause either it doesn't generate anything or the screen goes blank
