Embedded C book

Thread Starter

jg_spitfire

Joined Aug 30, 2022
2
Hi, could you recommend me an embedded C book or course?, a time ago I read a book about C but was not oriented to embedded (I work with microcontrollers)
 

Futurist

Joined Apr 8, 2025
721
Hi, could you recommend me an embedded C book or course?, a time ago I read a book about C but was not oriented to embedded (I work with microcontrollers)
C is C.

If you want to see the language used in an embedded context then pick your MCU, it makes little sense to discuss embedded C without the context of an actual real world MCU. Like asking for a book on assembly language without the context of an actual computer.

https://www.amazon.com/dp/0997925949?ref_=ppx_hzsearch_conn_dt_b_fed_asin_title_9

1760452069518.png
 
Last edited:

sparky 1

Joined Nov 3, 2018
1,218
There are levels of introduction and examples of various types that either resonate or iterate style.
In a college setting you have lecture and lab. This is lab 2 STM32 discovery board. The book is tied to the curriculum.

This handout is 30 page embedded C for STM32 that possibly advanced class and it deals with compiler and goal is GPIO
Developing and Debugging C Programs in MDK-ARM for the STM32L100RC Microcontroller
reference to book by VP Nelson on GPIO interfacing, very powerful.
 
Last edited:
Top