
Site to practice embedded c coding
Is there any site where I can practice problems related to embedded c coding like pointers memory management interrupts etc. similar to leet code?

Get an arduino, practice programming it using basic avr c. Use gcc avr toolchain for doing the Sam run Linux ( never used these in windows as I don’t like windows) and most of all before you take this up take a basic c class.

Suggested Amazon link?


Embedded c is easy to learn IMHO. Debugging is a touch bit difficult as you need to know assembly of what ever controller you’re using (usually assembly basics will help one here) and you learn to do all these in open source tech companies will swoon over you. (Got my first internship 8 years ago this way only and landed few offerz with this skillzz)

And obviously you need to know more than to blink an LED in the said controller (for non circuit folks blinking and LED is the equivalent of hello world)
For me practicing control systems algorithms proved to be useful, best shit to learn anytime.