This project demonstrates smooth LED brightness control using PWM on the STM32 NUCLEO-F103RB board. The LED is connected to D12 (PA6, TIM3_CH1) with a current-limiting resistor. The duty cycle is ...
This project involves the use of pre-defined typed commands and a push button to control the state of an LED. It demonstrates the use of different peripherals of STM32F411 including GPIO, UART, DMA, ...