https://github.com/m3y54m/stm32-playground
STM32 Programming Playground
https://github.com/m3y54m/stm32-playground
arduino platformio stm32
Last synced: 4 months ago
JSON representation
STM32 Programming Playground
- Host: GitHub
- URL: https://github.com/m3y54m/stm32-playground
- Owner: m3y54m
- License: mit
- Created: 2022-04-08T06:28:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T20:31:24.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T11:28:43.249Z (5 months ago)
- Language: C
- Homepage:
- Size: 13 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# STM32 Programming Playground
This is my playground for STM32 programming where I practice embedded programming. It could be beneficial for you as well.
To prepare your build environment first read this tutorial:
- [Getting Started with STM32 Programming](https://github.com/m3y54m/start-stm32)
STM32F103C8 is used for this project.

## Pinout

## Schematics

## Resources
- [STM32 toolchain for Windows](https://embeddedgeek.net/posts/STM32-toolchain-for-windows/)
- [STM32 toolchain for Windows - Part 1 (CubeMX, GCC, Make and OpenOCD)](https://youtu.be/PxQw5_7yI8Q)
- [Visual Studio Code for STM32 development and debugging - Part 2](https://youtu.be/xaC5oWwzOt0)
- [STM32 Startup code, Bare metal - Part 3](https://youtu.be/7stymN3eYw0)
- [stm32-for-vscode](https://marketplace.visualstudio.com/items?itemName=bmd.stm32-for-vscode)
- [Program STM32F4 with UART](http://stm32f4-discovery.net/2014/09/program-stm32f4-with-uart/)
- [STM32 LED Blink](https://stm32world.com/wiki/STM32_LED_Blink)
- [Blinking LED with STM32CubeMX and HAL](https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:Step2_Blink_LED)
- [UART and new board introduction](https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:Step3_Introduction_to_the_UART)
- [Using the STM32 UART interface with HAL ](https://visualgdb.com/tutorials/arm/stm32/uart/hal/)