photonix
Member level 2
8051 projects, pdf
Can I recommend you some book :
1.Programming and interfacing the 8051 Microcontrolers, by : Sencer Yeralan and Ashutosh Ahluwalia, Addison Wesley.
2.The 8051 Microcontrollers and Embedded System, by : M.Mazide, and Janice Mazidi, Prentice Hall.
3.Programming and Customizing the 8051 Microcontroller, by : Myke Predko, Mc Grawhill.
I Personally work with them, and I found them to be very useful for me. You can try www.myke.com there are many code snippets for 8051.
I think first you can start learning its architecture, innstruction set, after that run some experiment like blinking a LED using software delay loop, than using Timer Interrupts, Testing Interrupts, Serial Comm, and then make a simple projects.
Can I recommend you some book :
1.Programming and interfacing the 8051 Microcontrolers, by : Sencer Yeralan and Ashutosh Ahluwalia, Addison Wesley.
2.The 8051 Microcontrollers and Embedded System, by : M.Mazide, and Janice Mazidi, Prentice Hall.
3.Programming and Customizing the 8051 Microcontroller, by : Myke Predko, Mc Grawhill.
I Personally work with them, and I found them to be very useful for me. You can try www.myke.com there are many code snippets for 8051.
I think first you can start learning its architecture, innstruction set, after that run some experiment like blinking a LED using software delay loop, than using Timer Interrupts, Testing Interrupts, Serial Comm, and then make a simple projects.