Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 363 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 363 Bytes

This is just some practice to get familiar with how code is actually programmed, compiled and loaded onto microcontrollers.

Including:

  • Cross-compilation
  • Linker scripts
  • Make
  • Bare metal register access
  • CMSIS

Mostly adapted from this guide on KleinEmbedded, all parts.