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.
hi.i am a new user to the keil environment,and i wanted to work with 8051 microcontrollers.Can some one kindly inform me if he has time that how to program a 8051,how to intilize it,what all libraries are required to in clude in a c code,or some sample program which i can take as tutorial.Do assemly language knowledge is also required to play with 8051 microcontrollers or not.i will be highly obliged
Have you actually sat down with the Getting Started guide and worked through the examples? If not, do that first! "i get confused that what all header files should be included" The manual clearly states which header is required for each library function. If you click on a library function name in your source code, then press F1, it will bring up the online help for that function - again, this tells you which header contains the prototype.