Dear Mr. ShaikhAzhar001
Learning of embedded system is not a difficult task, you should have knowledge of C and you have to learn a microcontroller like 8051. I believe that is sufficient to start. Embedded C is nothing but C code which is written specifically for particular processor. For example C code written for 8051. Actually there will be different compiler for different processor.
Following tutorial will help you to install and developing and downloading of your first program on 8051, by using open source tools available on internet.
http://www.embeddedcraft.org/free8051.html
You may also need to get 8051 development board. Some think like below…
http://imbuent.com/board8051.html
I am also using the same board; you don’t need external programmer for programming of this board. By serial cable you can directly burn your code into 8051 microcontroller.
In general for programming of microcontroller, you can refer following tutorials…
http://embeddedcraft.org/ispprogrammer.html#top
There are lot of tutorials available on this website…
http://embeddedcraft.org/8051.html#top
I believe above mentioned information will be useful for you.
Regards
Sachin
- - - Updated - - -
Dear Mr. ShaikhAzhar001
Learning of embedded system is not a difficult task, you should have knowledge of C and you have to learn a microcontroller like 8051. I believe that is sufficient to start. Embedded C is nothing but C code which is written specifically for particular processor. For example C code written for 8051. Actually there will be different compiler for different processor.
Following tutorial will help you to install and developing and downloading of your first program on 8051, by using open source tools available on internet.
http://www.embeddedcraft.org/free8051.html
You may also need to get 8051 development board. Some think like below…
http://imbuent.com/board8051.html
I am also using the same board; you don’t need external programmer for programming of this board. By serial cable you can directly burn your code into 8051 microcontroller.
In general for programming of microcontroller, you can refer following tutorials…
http://embeddedcraft.org/ispprogrammer.html#top
There are lot of tutorials available on this website…
http://embeddedcraft.org/8051.html#top
I believe above mentioned information will be useful for you.
Regards
Sachin