hi friends, Please help me how to embedd the programs into 8951 processor how to use embeeded C to program the controller</i?
You don't "embedd" programs into the microcontroller. You develop programs for use in an embedded environment. You can't just take a PC application and run in a microcontroller - there is no keyboard, HDD or monitor.
<u>You</u> must figure out what problem you want solved. Then you must figure out exactly what hardware you need - either buy or build. Then you must write an application that runs on your hardware and solves the problem you originally wanted to solve.
Then you must test your application, to verify that the program is working, and that it did solve the specified problem. Most probably it will not, so then you will have to figure out what corrective actions to do before testing again, and again.
Have you read the documentation that you receive together with the Keil evaluation compiler kit? If not, then this would be a very good time to do that.
hi,
they're is a very good tut on http://www.learn-c.com/
and they're is alotof good books on
www.ucpros.com/.../books_c_&_c _programming.htm
u ask and i help
zeusti.
Both general, and specific to the 8051 architecture:
http://www.keil.com/books/
what Master Zeusti, no more "chief programmer"...? you have not been demoted, have you...?
no more "chief programmer"...?
Maybe he's finally realised that a title does not, in itself, indicate a level of authority, superiority, experience, competence, skill etc.
Or ... maybe he just forgot.
sir,can you please send me the architecture of 89c51 microcontroller.
here are the links to "the bible"
Chapter 1 - 80C51 Family Architecture: www.nxp.com/.../80C51_FAM_ARCH_1.pdf Chapter 2 - 80C51 Family Programmer's Guide and Instruction Set: www.nxp.com/.../80C51_FAM_PROG_GUIDE_1.pdf Chapter 3 - 80C51 Family Hardware Description: www.nxp.com/.../80C51_FAM_HARDWARE_1.pdf
Erik