
STM32 LED blinking Different Techniques
Delay using Systick Timer LED blinking with Sleep

STM8 TIMER 4 Example in Cosmic C
TIM4_CNTR register is used for counting value. TIM4_PSCR = 0x01 will divide input clock with 2 and finally 0th bit of TIM4_CR1 is used to enable or disable timer

STM32 LED blink using Keil and Cubemx
We are going to create a LED Blink Program for stm32f103 microcontroller which comes with stm32 Bluepill development board which is cheap and handy to...