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.

Need codes for EPROM 27C256 with 8051

Status
Not open for further replies.

quris_terris

Junior Member level 3
Joined
May 29, 2005
Messages
30
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,513
help about EPROM

i m using EPROM 27C256 with 8051 microcontroller . plz give me a very basic code for doing this . plz also specify the diagram for interfacing . give me a small code for displaying any number on microcontroller port using EPROM for code storage
 

Re: help about EPROM

There is no "special" code for running 8051 system of external or internal code memory. 8051 is so designed that all required control signals are generated automatically by the CPU.
Goto:
https://www.pjrc.com/tech/8051/dev-board-desc.html
There you will find an example of the hardware configuration of the 8051 microcontroller working with the external code memory.
There are also code examples and all other stuff that you may need ..
Regards,
IanP
 

Re: help about EPROM

Now, EPROM is not a good choice for program code storage, try to use FLASH as a replacement.
EPROM is hard to erase, which can only be erased by exposed under a ultraviolet lamp for 30 minutes.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top