- This topic has 2 replies, 2 voices, and was last updated 14 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › Need help at once.
Hi, can anyone help me? I’m new to microcontrollers and programming. I have the Keil C51 software. Please help me what to do after writing the program? How to compile it? And after compiling, what steps should I follow to transfer the program to the microcontroller. I’m using the 8051 (89C51).
Please help.
As you click on build option the various processes occurs. the compilation and hex file generation are main process. the hex file willbe generated in the same folder where u saved ur project. to burn this hex file into ur controller u hav to use burning device which u have.
1.Insert the controller in the zif socket properly.
2.Next open the corresponding software of burning device.
3.browse the hex file.
4. click on write or burn icon.
if message appear the burn process complete. u can use ur controller in ur circuit.
thank u amitjoshi..