Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m3y54m/stm32-playground
STM32 Programming Playground
https://github.com/m3y54m/stm32-playground
arduino platformio stm32
Last synced: 14 days 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T20:31:24.000Z (over 1 year ago)
- Last Synced: 2024-11-20T16:59:56.674Z (3 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.
![image](https://github.com/m3y54m/start-stm32-bluepill/assets/1549028/1b6a010c-b83e-449e-8bc2-77c649784068)
## Pinout
![image](https://user-images.githubusercontent.com/1549028/213869634-1ede5169-8cdf-4ff9-8a94-26daba5fbd69.png)
## Schematics
![image](https://user-images.githubusercontent.com/1549028/213869613-a7071a58-811e-42a3-b75f-5759ac5d6baa.png)
## 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/)