STM32 Bare Metal - The basics

From Stm32World Wiki
Revision as of 06: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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