6502.org
http://forum.6502.org/

[132] Programming Flash
http://forum.6502.org/viewtopic.php?f=7&t=387
Page 1 of 1

Author:  THE6502MAN [ Sun Nov 04, 2001 12:50 am ]
Post subject:  [132.1] Programming Flash

I was wondering if anyone has used Flash in a 'standard' configured 6502 application? By this I mean, SRAM from 0000 to 7FFF and Flash from 8000 to FFFF.

The problem that I have is that I am using a 39SF010 which requires a programming sequence of :

1) write a value to 0x5555
2) write a value to 0x2AAA
3) write desired address

The problem is that those addresses to set up the flash chip are in the middle of RAM, so the flashes' CS line won't be pulled low....

Any help would be appreciated.... Thanks

Tony

Author:  saipan59 [ Wed Nov 07, 2001 5:09 pm ]
Post subject:  [132.2] Programming Flash

In case it helps:
I've been successful in using a 28F010. It does not require writing to any special addresses. Instead, it works by writing a special *data* byte, then the desired data, then you do a verify, etc. I have a short chunk of code that does it - let me know if you need it.

I've also tried a 29F010, but I never got it to work (I wanted to use it because it supports 'banks'). It requires the 'special address' thing you described, although I thought it was a 12-bit value, not 16-bit (???).

Pete

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/