User Activity

Title edited to be less confusing.Sorry for the confusing title. Basically what I want to do is, I have an STM32F746G-DISCO, I made a screen with 6 toggle buttons, when the toggle buttons are toggled on, the controller should give a trigger as long a...
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 li...
Yesterday I tried to generate a 1 MHz PWM signal, everything is set up correctly, I have a soldered wire on my PA0 pin, and it used to work like yesterday, it generated a pretty decent signal, global interrupt is on, parameter settings are set as wel...
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...
Hello everyone! I have been trying to do a project where I try to control a PWM signal with the touchscreen I made with TouchGFX on my STM32F746G-DISCO, unfortunately, after generating a PWM signal, the screen just goes blank, it doesn't turn off, it...