Difference between revisions of "STM32 Bare Metal - The basics"

From Stm32World Wiki
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 06:43, 30 October 2022

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