We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I would like to ask if anyone know where to learn C programming on uVision and dScope. I am new to this language and new to electronics, first timer. So I would like to get more information regrading this so that I can proceed with my work....
Start by learning C, independent of uVision:
publications.gbdirect.co.uk/.../
Then, spend time understanding your microcontroller:
Chapter 1 www.semiconductors.philips.com/.../80C51_FAM_ARCH_1.pdf
chapter 2 www.semiconductors.philips.com/.../80C51_FAM_PROG_GUIDE_1.pdf
chapter 3 www.semiconductors.philips.com/.../80C51_FAM_HARDWARE_1.pdf
dScope was already obsolete years ago!
I agree with Tamir: with no prior 'C' experience, it is probably easiest to learn it on a PC or similar first - then apply that learning to embedded systems and uVision, etc.
Check the book list: http://www.keil.com/books/
See also: http://www.8052.com/links http://www.8052.com/tutorial http://www.8052.com/sbc/
Something to beware of: www.8052.com/.../159118
with no prior 'C' experience, it is probably easiest to learn it on a PC or similar first - then apply that learning to embedded systems and uVision, etc. ... that does not require fluency in C to be understood.
Erik
o ok thx guys, other than that, where do i find tutorial on teaching me how to control the LED lights using C programming?
James; You really need to pay attention to the suggestions that Andy Neil has placed before you. Also, look at the Keil examples for the 'Blinky' example. Bradford
o ok i will read up those links thx!