| Author |
Message |
nihal_2000
Joined: 31 Aug 2009 Posts: 19 Location: India
|
14 Sep 2009 13:21 difference between c and embedded c |
|
|
|
|
what is the difference between c and embedded c? Please somebody explain it, I am average in C wanted to use to program an AVR....but little bit doubt about embedded C....please explain me
Thank you!
|
|
| Back to top |
|
 |
Google AdSense

|
14 Sep 2009 13:21 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
Joel-Tang
Joined: 21 May 2009 Posts: 22 Helped: 1
|
14 Sep 2009 13:45 what is difference between c and embedded c |
|
|
|
|
I've dabbled in embedded C about a year ago. I'm mostly a hardware guy so take my answer in that light.
I found it to be the same as normal C, but where you will find the largest difference is that you will be making use of commands that are specific to the brand of micro-controller you are using. These will likely be commands that are completely new to you. If you do not have knowledge of how a micro-controller works, you will need to take some time to learn this. Embedded is a world where the programs you write are intimately tied to the electronic hardware so some electronics engineering background will help you.
|
|
| Back to top |
|
 |
drbizzarow
Joined: 24 May 2006 Posts: 276 Helped: 9
|
14 Sep 2009 15:45 difference between c program and embedded c |
|
|
|
|
| C is we usually consider boardland C (Bel Lab). where same c programming style (with some special fucionfor for specific controller etc) for embedded systems called embedded C
|
|
| Back to top |
|
 |