User Activity

I am having trouble getting the TIM1 timer on the STM32F413VG chip to output PWM to pin PE9. My configuration and code in STM32CubeIDE can be seen in the attached images. Have I done something wrong? Every example I have found out there skips TIM1 an...
Hi!I'm trying to output the LSE clock on the PA8 pin on my Nucleo64 STM32L476 board.The code I have written is the following:#include<stdint.h>   #define RCC_BASE_ADDR 0x40021000UL   #define RCC_CFGR_REG_OFFSET 0x08UL   #define RC...
Kudos given to