Linked Questions
11 questions linked to/from How to become an embedded software developer?
4 votes
3 answers
17k views
How to start embedded Programming? [duplicate]
Possible Duplicate: How to become an embedded software developer? I am really a new bie and have some idea about embedded C. I want to program embedded devices using my computer and even want to ...
2 votes
3 answers
5k views
Learn C programming before start learning Microcontroller/Embedded Systems [duplicate]
Possible Duplicate: How to become an embedded software developer? I want to know whether it is mandatory to learn C/C++ programming before start learning Microcontroller or the Embedded Systems. ...
1 vote
1 answer
1k views
first step in embedded system [duplicate]
Possible Duplicate: How to become an embedded software developer? I'm third year undergraduate computer engineering I and I like embedded system I would like to be my specialize in engineering , ...
-1 votes
1 answer
875 views
How can an experieced programmer get into embedded programming and robotics [duplicate]
Possible Duplicate: How to become an embedded software developer? I would like to know what is the best method to begin learning embedded programming and electronic skills? I am already very good ...
0 votes
1 answer
417 views
Starting in circuity, Should I use Arduino? [duplicate]
Possible Duplicate: How to become an embedded software developer? First, I am sorry if this is the wrong stack, feel free to move it to the correct one if possible. I am a rather experienced ...
57 votes
3 answers
15k views
What's this importance of datasheets?
As someone starting with electronics I keep hearing, "Check the datasheet!" Why are datasheets so important and what information can I expect to find in them? It seems like a large amount of ...
18 votes
10 answers
6k views
What kind of project could help a software engineer become more of an electronic engineer? [closed]
I'm a software developer with practically no electronics background, but I want to get into this since it's relevant to the work I'm doing (infotainment system development). I'm a software engineer, ...
7 votes
9 answers
3k views
Embedded Development - Taking the Next Step
I'm going to start by telling you what I know. Then I'm going to tell you that I want to get to this magical land of knowing everything about embedded systems development. Then I'm going to ask you ...
5 votes
6 answers
702 views
Tips for an old previous and renewed embedded programmer
Background - I programmed my first SBC on an MEK6800D2 evaluation Kit (that I had build) in the late 70's and other boards of that time like the Rockwell 6502 Kim-1, 8085, etc. Now I'm a 61 a Big Box ...
3 votes
5 answers
728 views
ISR - Scope vs. Counter
I have a simple program basically increment the counter every time I get an interrupt. The code is something like this: ...
3 votes
0 answers
589 views
Using C++ in resource constrained environments [closed]
In the past I've been using C (or ASM) to develop microcontroller firmware. It's what I learned during my EE studies. It seems though, that the job market here has a high demand for C++ developers in ...