Category "stm32f4"

Issues Flashing STM32F401CC with CubeProgrammer DFU

I'm trying to do a DFU program upload via Arduino for an STM32F401CC. I'm using CubeProgrammer to upload the compiled bin and verify the contents of the STM32's

STM32F469-discovery CAN BUS configuration

I initialized the CAN2 via STM32CubeIDE (from .ioc file) but the stm32f4xx_hal_can.c file is not imported in the Drivers/STM32F4xx_HAL_Driver folder. So I have

Blackpill STM32F411CEU6 - PWM with libopencm3 not working

I'm trying to get PWM working with timer 3, I've followed the reference manual and believe i have everything correct but i get nothing on the output. My code is