How to Start Embedded Systems Programming

  • #1
155
0
I want to learn some embedded systems programming on my own and explore it as a career option. Where should I start? Book recommendations? I have programming experience in assembly, C and higher level languages, and I've taken one computer architecture course. I love my linux, so I'm interested in embedded linux, but I really need sort of an overview of everything that is out there.

I thought that maybe I could get an Arduino kit, cook up some projects, and showcase it online to help me get jobs. Would that be a good idea, or would I just look like an idiot? I know Arduino projects probably aren't considered serious work, but I don't know much about it yet.
 
  • #2
Experience with assembly and C should be enough to get you started. Some experience with something related to the specific type of embedded programming will help, such as knowledge of SATA protocol if you were going to work with hard drives or dvd type devices. Usually these type of devices use some type of pre-emptive multi-tasking operating system, but most of the code written for such devices doesn't have to deal with the multi-tasking aspect much, since the OS handles it. Some of the more complicated embedded devices use linux or something similar for the operating system.

One popular processor for embedded applications is the ARM processor, but the amount of assembly work you would do at a typcial company would be little or none, so knowing ARM assembly language isn't going to help much. The ARM development tools tend to be expensive, so I don't think it would be worth buying a software kit.

It would help to find out what potential employers are looking for, which is usually included in the job descriptions.
 
Last edited:

Suggested for: How to Start Embedded Systems Programming

Replies
33
Views
1K
Replies
5
Views
754
Replies
4
Views
906
Replies
32
Views
3K
Replies
3
Views
860
Replies
1
Views
505
Replies
4
Views
884
Replies
1
Views
531
Back
Top