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, Can I program the Intel 8051 Developemnt board using keil's uVision? Please give me steps how can I do that and generate HEX code and load into 8051? any help will be appreciated, Thanks, Ramana
"Can I program the Intel 8051 Developemnt board using keil's uVision?" You can write programs for any 8051 processor using Keil's 8051 tools - what board the processor is fitted into is irrelevant to the software development tools! "Please give me steps how can I do that and generate HEX code and load into 8051?" Standard advice: First, you need to read the uVision Getting Started guide, and work through the example projects in it. You need to read the following documents - commonly referred to as "the bible" for the 8051: http://www.semiconductors.philips.com/acrobat/various/80C51_FAM_ARCH_1.pdf http://www.semiconductors.philips.com/acrobat/various/80C51_FAM_PROG_GUIDE_1.pdf http://www.semiconductors.philips.com/acrobat/various/80C51_FAM_HARDWARE_1.pdf Are you also a newbie to 'C' programming in general? If so, you'll also need a good 'C' textbook. Here are some other introductory & reference materials: http://www.keil.com/books/8051books.asp http://www.8052.com/books.phtml http://www.8052.com/tutorial.phtml You will need to read the Manual(s) for your particular development board. You will need to read the Manuals for the C51 Compiler, A51 Assembler, etc, etc,...