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.
Hello,I am a freshman in c51,could you tell me some c51 Web to study it. Thanks!
"I am a freshman in c51" Do you already know standard 'C'? Do you already know the 8051? Here's an 8051 tutorial: http://www.8052.com/tutorial.phtml And the three 80C51_FAM_*.pdf documents on the Philips site are essential reading for technical details of the 8051 family: http://www.semiconductors.philips.com/products/all_other.html You also need to read the datasheet for the particular variant of 8051 that you will actually be using.
Dear Andrew : Thanks for you reply,I already know standard 'c',and also know the 8051 very well.Now I am a hardware engineer of elite,but I think if I know c51,it will very useful for me,don't you think so?
"I already know standard 'c', and also know the 8051 very well." Good! The C51 manual assumes that the reader is already proficient with 'C', and so doesn't really consider general 'C' issues - it concentrates on the particular issues of the C51 implementation. So you should just need to study the C51 manual and, as I mentioned elsewhere, the uVision Getting Started guide - particularly the example Projects.