User Activity

I have a timer + dma which outputs a signal for addressable LEDS. The code calls the PWM Start function on a crude timer loop for testing purposes.The first time the DMS starts, its perfect, and the output is correct and as expected. However the seco...
I'm struggling to get DMA working on a PWM Timer. I've read just about everything i can, but not having any luck get it working.Running this code.. produces a PWM signal as expected on the output.TIM1->CCR1 = 50; HAL_TIM_PWM_Start(&htim1, TIM_CHANN...
I am trying to configure a PWM output pin. Ive managed to get it working, however the results are not as expected, and i cannot understand whats happening.Currently my timer clocks are running at 64MHz.I've setup a timer with the follow values, and i...
I'm prototyping a project, and im struggling to get USB HID working on the Nucleo F303RE board. I've connected an external micro-usb breakout board to the nucleo via the PA12 & PA11 pins as configured in the CubeIDE. However running the most basic us...