MikrocontrollerProjekte
Published © GPL3+

Get Started with STM32 Microcontroller Programming

1. Toolchain Setup for STM32CubeIDE 2. Hello World Project with STM32F746G Discovery 3. Run and Debug the Code

BeginnerFull instructions provided1 hour3,432
Get Started with STM32 Microcontroller Programming

Things used in this project

Hardware components

STMicroelectronics STM32F746G Discovery Microcontroller Board
STM32 microcontroller
×1
USB-A to Mini-USB Cable
USB-A to Mini-USB Cable
×1

Software apps and online services

STM32CubeIDE
For Free!

Hand tools and fabrication machines

Saleae Logic Analyzer
OPTIONAL

Story

Read more

Schematics

Schematics

https://www.st.com/en/evaluation-tools/32f746gdiscovery.html

Code

LED toggle

C/C++
Hello World toggle a LED
HAL_Delay(100);
HAL_GPIO_TogglePin(LED_LD1_GPIO_Port, LED_LD1_Pin);

Credits

MikrocontrollerProjekte

MikrocontrollerProjekte

7 projects • 10 followers
MikrocontrollerProjekte, a YouTube Channel about microcontroller projects.... Maker, Enthusiast, Embedded Software and Hardware Engineer

Comments