User Activity

I'm using the STM32H750. Using the discovery kit I developed a system that always boots into the system bootloader. When I start the application code using a dfu-util, the application code starts a USB FS CDC device and I can communicate with it as v...
I want to configure the maximum clock rate for the timers of 240MHz so I need to use the PLL block. However the CubeMx clock configuration tool doesn't seem to work. It keeps resetting my PLL settings to /32, x129, /2. When I change these settings it...
I want to start writing my own code for the STM32H750 discovery board. I have installed STM32Cube IDE, MX and PROG. I have downloaded the examples for the board and I'm trying to build and run the GPIO example because its the simplest. I've chosen th...