Sarthak Budakoti
Published © GPL3+

LED blinking

In this project we will learn how to blink an LED on stm 32 using bread board.

BeginnerProtip30 minutes28
LED blinking

Things used in this project

Software apps and online services

STM32CUBEPROG
STMicroelectronics STM32CUBEPROG

Hand tools and fabrication machines

Breadboard, 170 Pin
Breadboard, 170 Pin
10 Pc. Jumper Wire Kit, 5 cm Long
10 Pc. Jumper Wire Kit, 5 cm Long

Story

Read more

Schematics

image

Code

code

Arduino
HAL_GPIO_WritePin(GPIOC, GPIO_PIN_5, 0);
		  HAL_Delay(1000);
	      HAL_GPIO_WritePin(GPIOC, GPIO_PIN_5, 1);
		  HAL_Delay(1000);

Credits

Sarthak Budakoti

Sarthak Budakoti

1 project • 0 followers

Comments