PDA

View Full Version : Cant find where i read how to read chip in 64k instead of 32k



BigBanks78
07-05-2016, 08:58 PM
I have been trying to find the tutorial or thread that got me started with the autoprom and tunerpro reading chips. I do have some bin.s read in 64k but now i cant figure out how to get off 32k.

Can someone please point me in the right direction:mad1:

THanks everyone!!!!!!

dave w
07-05-2016, 11:00 PM
Maybe this link will help? http://support.moates.net/programming-chips-using-offsets/

dave w



File Size
Chip
Buffer Start -> End
Chip Start -> End


4k (4096)
AT29C256
000000 -> 000FFF
007000 -> 007FFF


16k (16384)
AT29C256
000000 -> 003FFF
004000 -> 007FFF


32k (32768)
AT29C256
000000 -> 007FFF
000000 -> 007FFF


4k (4096)
27SF512
000000 -> 000FFF
00F000 -> 00FFFF


16k (16384)
27SF512
000000 -> 003FFF
00C000 -> 00FFFF


32k (32768)
27SF512
000000 -> 007FFF
008000 -> 00FFFF


56k (57344)
27SF512
000000 -> 00DFFF
002000 -> 00FFFF


64k (65536)
27SF512
000000 -> 00FFFF
000000 -> 00FFFF

BigBanks78
07-06-2016, 08:20 AM
Ok OFFSET'S is the word....

thats better than searching chip byte LOL lot of terms to remember.

Thank you sir thats exactly what I was looking for :happy: