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.

AT29C256 5V Chip Erase

Status
Not open for further replies.

addn

Member level 1
Joined
Apr 8, 2006
Messages
35
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,482
at29c256 chip erase

Hi

can anyone tell me how to use 8051 erase the AT29C256 by (5V Chip Erase) mode

thanks
 

at29c256 erase

The entire device can be erased at one time by using a 6-byte software code.
The software chip erase code consists of 6-byte load commands to specific address locations with specific data patterns.
Once the code has been entered, the device will set each byte to the high state (FFH). After the software chip erase has been initiated, the device will internally time the erase operation so that no external clocks are required.
The maximum time required to erase the whole chip is tEC (20 ms). The software data protection is still enabled even after the software chip erase is performed. If the boot block lockout feature has been enabled, the 6-byte software chip erase algorithm will not function.

Take a look at this file for the detail algorithm to do chip erase
 

    addn

    Points: 2
    Helpful Answer Positive Rating
hi budhy

I have another question between (prgram mode) and (5V chip erase mode).

from following table the /CE,/OE,/WE,Ai of two mode are the same.

how does it to recognize (prgram mode) or (5V chip erase mode)

27_1168954273.jpg


thanks
 

From hardware point of view, Program and Erase is a same process, ie write data to the chip, so /CE=0 (chip selected), /OE = 1 (disable trisate output buffer), /WE = 0 (it is a write process)

But Chip Erase is very special write process, write special 6 bytes code to different location as mention in the Application note. Write special code to special location with certain sequence make the chip recognize it is chip erase mode not prgram mode
 

    addn

    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