this post was submitted on 09 Jun 2023
6 points (100.0% liked)

C Programming for Low Level Hardware

11 readers
1 users here now

A subreddit dedicated to the C language with an emphasis on microcontrollers and low level hardware. However, all C discussion welcome :)

Related communities:

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] bit0fun 1 points 1 year ago (2 children)

I bought the book years ago, it is definitely a great resource for playing with some Linux stuff that you wouldn't expect to

Honestly, I've used it mainly for learning about socket programming in c

[–] hardwareteams@lemmy.ml 1 points 1 year ago (1 children)

I always recommend it as an intro to c programming. It really gives you a good sense of how things work underneath all the c and its info on gdb is priceless for a beginner.

[–] bit0fun 1 points 1 year ago

I usually like microcontroller tutorials for learning C, as pointers are a bit more real, and there's not really any dynamic memory to confuse people about.

But yeah, I could see it as a good resource to learn