Skip to content

woookey/embeddedTutorial

Repository files navigation

Embedded Programming and STM32F4 Tutorial

This tutorial covers embedded software development using GNU tools. It should provide a detailed introduction into the whole process of development from scratch including toolchain, development techniques, debugging, testing and simulation. The discovery board with an STM32F407VG microcontroller from STM is the target hardware. This repository contains all the examples that are fully explained on the Actuated Robots website. Please note that this is still work in progress but you can always subscribe to stay up to date.

This tutorial is split into multiple sections and covers following areas:

  1. tut1_cross_compilation - Cross-compilation for STM32F407xx
  2. tut2_clocks - Setting up clock and using SysTick
  3. tut3_debugging - Debugging with JTAG
  4. tut4_communication - Sending data over UART to Linux and plotting
  5. More coming...

Feel free to provide feedback on the website and you can always get in touch with me by email (info@actuatedrobots.com)

Copyright

MIT License 

Copyright (c) 2022 Actuated Robots Ltd., Lukasz Barczyk

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, 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 THE
SOFTWARE.

About

Embedded Programming and STM32F4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published