Main Content

Run a C program bare metal on an ARM Cortex M3

The goal of this article is to run a C program bare metal on an ARM Cortex M3. We will go through the assembler code generated from a small program written in C and come up with the prerequisites that must be in place in order for it to run.”

Link to article