2025-04-26 3:40 PM
Hi All
I have a breakout board, I've been testing some ws2812 code , I'm using TIM1 with DMA + PWM
I developed the code on the G030, it's a 32 pin package.
I'm using internal clock and have it running at 48MHz for Timers.
Works has intended.
Switch to C011 in an 8 Pin package.
Created new project in MX and just copied over the code I added.
I'm using internal clock and have it running at 48MHz for Timers.
Code does not work. complies fine, but the leds not work.
In both porjects I am using TIM1 , configured the same way.
I don't have a Scope where I can view the PWM output
Question: Does anyone of a any differences between how TIM1 works between both MCU? I looked through AN5969 Migrating between STM32G0 and STM32C0 MCUs and nothing jumped out.
Can I use CudeMonitor to review the PWM?
Any suggestions would be highly appreciated.
Regards, Stephen