- Notifications
You must be signed in to change notification settings - Fork31
Getting started with the STM32 HAL development environment. Tutorial documents in Markdown.
License
mnemocron/STM32-Tutorial
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Getting started with the STM32 HAL development environment. Tutorial documents in Markdown.
I have just started to redo the tutorials. Please be patient.You can find the current tutorials on my website:simonmartin.ch
contains:
- IDE installation guides and download links
- links to source material (Datasheets)
contains:
- first steps in STM32CubeMX
- explanation of STM32CubeMX parameters
- explanation of the HAL library
- GPIO Pin operations
- GPIO interrupts (EXTI)
contains:
- configuring the UART peripheral using STM32CubeMX
- forwarding the
printf()function to the UART channel - receiving bytes over peripheral interrupts
- WIP
- WIP
- WIP
- WIP
- WIP
I am always happy to hear, when a tutorial was useful to someone.If you have feedback, suggesetions or wishes, feel free to open an Issue or drop me a Telegram.
MIT License
Copyright (c) 2020 Simon Burkhardt / simonmartin.ch / github.com/mnemocron
Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.
About
Getting started with the STM32 HAL development environment. Tutorial documents in Markdown.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.