- This topic has 9 replies, 6 voices, and was last updated 9 years, 3 months ago by .
Viewing 10 posts - 1 through 10 (of 10 total)
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.
|
I have planned to design a digital thermometer using at89c51,i have microcontroller code but can anyone tell me how to load the code into that chip?? please help me,i’m stuck.
download keil s/w run program which creates hex file
then download flash magic s/w take that hexfile to burn through flash s/w
How to connect PC and IC??? i have hex file….
Microcontroller are connected into PC by hardware called Programmer.
Programmer are burn your hex file into your microcontroller program memory.
What will b cost of d programmer if i do it by myself??? Whats d cost at market??
There are many type of programmer, some programmer are compatilble for all 8051 microcontroller, and another for only special chip.
When you make programmer at home then you have to search about microcontroller programmer on any search engine,
it will approx. to Rs. 150.
but there is no guarantee that it will work……….
You can flash the hex file serially using a db9 conector with the help of flash magic. Refer the of ISP programming circuitary in the schematic of any development kit using 89c51. It is a simple circuit, not too many components, normally a couple of capacitors and reset switch only!
how to dump hex code into the 89c51, if flash magic is not use due to bootloader is not present in it..please specifie for burning program into 89c51 chip…
use db9 through max232 and txd,rxd for make communication between ic and pc
i have c language code for voting machine design. How to burn it to 89c51