MCUmall EPROM BIOS Chip Burner Forum
MCUmall EPROM BIOS Chip Burner Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 MCUmall Forums
 Novice Place
 How to disable SW data protection

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List Spell Checker
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

   Insert an Image File
Check here to include your profile signature.
    

T O P I C    R E V I E W
jamesdinsmore Posted - 12/08/2018 : 14:28:08
I have the GQ_4x4 and am working with 28C64 8Kx8 EEPROMS.
I can program a new Altera chip no problem; but I need to sort out a pile of old used XICOR X28C64 chips that I believe have SW data protection.

Image Insert:

96704 bytes

How can I implement this in a script to disable it and to allow me to write to the chip? My attempt at a script is below (did not work):

;/////////////////////////////////////////

; remove 28HC64 data protection

;

;

;

;

;///////////////////////////////////////////

device X28HC64*PLCC32

uncheckbox verify

wait 1

fill AA 1555 1555

write

fill 55 0AAA 0AAA

write

fill 80 1555 1555

write

fill AA 1555 1555

write

fill 55 0AAA 0AAA

write

fill 20 1555 1555

write

message Script End
1   L A T E S T    R E P L I E S    (Newest First)
anniel Posted - 10/11/2019 : 03:55:03
quote:
Originally posted by jamesdinsmore

I have the GQ_4x4 and am working with 28C64 8Kx8 EEPROMS.
I can program a new Altera chip no problem; but I need to sort out a pile of old used XICOR X28C64 chips that I believe have SW data protection.

Image Insert:

96704 bytes

How can I implement this in a script to disable it and to allow me to write to the chip? My attempt at a script is below (did not work):

;/////////////////////////////////////////

; remove 28HC64 data protection

;

;

;

;

;///////////////////////////////////////////

device X28HC64*PLCC32

uncheckbox verify

wait 1

fill AA 1555 1555

write

fill 55 0AAA 0AAA

write

fill 80 1555 1555

write

fill AA 1555 1555

write

fill 55 0AAA 0AAA

write

fill 20 1555 1555

write

message Script End


Did you eventually succeed?

MCUmall EPROM BIOS Chip Burner Forum © Copyright 2003 - 2009 Mcumall Electronics Inc. Go To Top Of Page
Generated in 0.04 sec. Snitz Forums 2000