Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

What's the method for programming 80c51?

Status
Not open for further replies.
Re: 80c51

80C51 doesn't have internal program memory so it can't be programmed ..
If you want to us it you have to add 74373 latch and external EPROM (EEPROM) with the code in it.

Much better options are 87C51, 89C51 or others .. These derivatives have internal OTP/EPROM or Flesh and some of them can be programmed "in circuit", for some you will need a programmer controlled by a PC through serial or parallel port ..

Regards,
IanP
 
80c51

vrey good thank

Added after 42 seconds:

you have this micro program circuit?
 

Re: 80c51

Here are some examples of 8051-derivative programmers:

89C51/2 89S52 programmer
**broken link removed**
Atmel Flash Micro Programmer
**broken link removed**
SPI programmer for 89S52
**broken link removed**

Regards,
IanP
 

Re: 80c51

80c51 is a good chip it have built in memory 32K which mean u no need external memory ROM and with erase cycle 100k.
To use the 80c51 in the right way so u have to make sure how many input and output u want in ur project first. U have to make sure the internal architecture in this microcontroller. Then the instruction set (the command for program).
After write the program, transfer it into hex code by using the assembler.
Finally burn it into 80c51 by using the programmer.:|
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top