STM32 Bare Metal - The basics
Revision as of 05:43, 30 October 2022 by Lth (talk | contribs) (Created page with "Category:STM32Category:STM32 Bare Metal In this example we will focus on the absolute minimum required to make a STM32 MCU run. == The basic elements == Know...")
In this example we will focus on the absolute minimum required to make a STM32 MCU run.
The basic elements
Knowing the different opcodes that a processor can handle, it is entirely possible to create a binary chunk of data which would execute in the processor.
Linker Script
In order to build any form of firmware for a processor