STM32 Bare Metal - The basics

From Stm32World Wiki
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