User Activity

I have migrated some Code from a STM32f103 to my new STM32f411CEU6 Microcontroller. While configuring the Timers for the PWM generation I ran into a problem, namely the pulses are about 1500us, when they should be 1000us.Here are my Clock and Timer c...
I am using the STM32F103C8T6 Microcontroller to read a sensor via I2C. I am using the stm32Cubemx to generate the initialisation code and Visual Studio and VisualGDB for debugging. My STM32CubeMX setup reads as follows:and my clock configuration:But ...