Core SDK Architecture
These components form the foundation of every project in this repository.
🏛 Core SDK Architecture (The shared/ Layer)
These components form the foundation of every project in this repository.
- Shared Startup Logic: Handles the Vector Table, Reset Handler, and Weak Interrupt Aliasing.
- Linker Specification: Defines the LMA/VMA memory regions for Flash and RAM.
- Memory Map: Hardware abstraction of the STM32L475 MMIO registers.
- Modular Build System: The
base.mkframework for path-agnostic builds.