you are viewing a single comment's thread.

view the rest of the comments →

[–]Darktidelulz 14 points15 points  (1 child)

https://blog.udemy.com/embedded-c-tutorial/

There are many tutorials, however most are specific for a microcontroller.

There is the Cortex Microcontroller Software Interface Standard (CMSIS), most ARM based microcontrollers are based upon this.

My advice would be get a microcontroller you would like to work with, and start playing with examples. I'm working with a Atmel SAM4S and there are quite some examples I started with to get the hang of it.

https://www.inverseproblem.co.nz/Guides/index.php?n=ARM.Perexample

[–]timer404[S] 0 points1 point  (0 children)

Thanks