July 2025
Beginner
528 pages
13h 18m
English
When we write a program for a desktop application, we use a compiler to compile the source code (typically written in a high-level language such as C/C++) and generate an executable program. The operating system on the desktop computer loads the executable program in the memory and runs it from there.
In this book, our objective is to write programs for our target processor, Cortex-M0. Cortex-M0, like all Arm processors, has a C-friendly architecture that allows us to write efficient programs in ...
Read now
Unlock full access