Posted on April 13, 2016 at 11:21
The goal is to use the PWM feature of stm32 HAL TIM libraries to light up 4 leds on pins 0, 1, 4 and 5
I have generated the following code using CubeMX:
void
MX_TIM3_Init(
void
)
{
TIM_ClockConfig...
Posted on April 13, 2016 at 14:07Thank you very much Syrine that was a great suggestion!Got the example working now. I was unaware of the existence of those examples for the stm32f0 series.. Now I can find out what is different from my own code.