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.

Connecting EPROM to FPGA

Status
Not open for further replies.

djnik1362

Full Member level 2
Joined
Aug 9, 2010
Messages
136
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,298
Location
IRAN
Activity points
2,374
hi

I decide to connect an EPROM (M27C256B) to Xilinx Spartan II FPGA.
I want to know how EPROM work when a byte read from it.
As you know in most EPROMs we have CE and OE pins. (these pins are LOW enable)

What happens if i connect these two pins permanently to GND and change only
address inputs to read data from EPROM ?
The address inputs and data outputs of EPROM connect only to FPGA.

Can EPROM operate correctly if i use this configuration ?

Thanks for your support.
 

If EPROM's CE and OE pins are edge-triggered, it's not possible to read data continuosly. If they are level triggered, it's possible to read data by changing address inputs.
 

FvM said:
If EPROM's CE and OE pins are edge-triggered.
They aren't. Consult a data sheet.

You mean i can use this configuration ?

Is there any EPROM that edge trigger with CE ?

thanks.
 

Is there any EPROM that edge trigger with CE ?
Not for standard read operation, as far as I know. The read timing diagram in the datasheet is explicite in this regard.
 

FvM said:
Is there any EPROM that edge trigger with CE ?
Not for standard read operation, as far as I know. The read timing diagram in the datasheet is explicite in this regard.

So your idea is i can read EPROM with only changing it's address.
Is it true ?

Thanks.
 

If the EPROM is read permanently and not sharing the data bus, there's no benefit of using CE/OE.
 

    djnik1362

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top