AnyCPU
http://anycpu.org/forum/

Need advice on programming NOR Flash
http://anycpu.org/forum/viewtopic.php?f=3&t=861
Page 1 of 1

Author:  cbmeeks [ Thu Sep 09, 2021 3:17 am ]
Post subject:  Need advice on programming NOR Flash

Hello all. I hope I'm asking this in the right place.

So I'm designing a small breakout board for a 68K project I'm working on. This board will basically have a 68SEC000, SRAM and NOR Flash (as ROM).

The particular flash I'm looking at is:

https://www.mouser.com/ProductDetail/Mi ... sRJQ%3D%3D

Datasheet:
https://www.mouser.com/datasheet/2/268/ ... 512272.pdf

This flash is 16-bit.

Normally, I would just use 8-bit EEPROM with my programmer. But, obviously, this won't work with this component.

Also, I'm looking to do this in-situ via some type of programming header. I figure I could use something like a large Arduino, Teensy, etc. to send a binary file over to it.

Am I thinking in the right direction here? Keep in mind I'm looking for a super-easy development cycle. ZIF sockets are great for EEPROM but they do get annoying swapping the chip out.

Ideally, after I compile code, I would upload to the Arduino (or whatever) and transfer it over.

At the very least, I think I would need 16 pins for data, 18 pins for address and a few control lines. Which probably means an Arduino Due (which I have).

Can it be as simple as that or is there something I'm missing?

Advice welcomed!

Thanks...

Author:  BigEd [ Thu Sep 09, 2021 8:45 am ]
Post subject:  Re: Need advice on programming NOR Flash

I think you're on the right lines, but of course you'll need a way to keep your other devices from driving any of the eeprom's pins when your header needs to drive them.

Other possible places to look for help - please come back and post any wisdom you find - would be the retrobrewcomputers forum, and the electronics stackexchange.

Author:  cbmeeks [ Thu Sep 09, 2021 12:00 pm ]
Post subject:  Re: Need advice on programming NOR Flash

Thanks for the recommendations.

I did think about using some bus transceivers or something that the Arduino could set so that it would be isolated. If I find anything useful I will share.

Thanks

Author:  BigEd [ Thu Sep 09, 2021 12:41 pm ]
Post subject:  Re: Need advice on programming NOR Flash

According to this datasheet https://www.mouser.co.uk/datasheet/2/30 ... 126499.pdf
it looks like you should be able to use Bus Request, and wait for Bus Grant, and then the 68k will stop driving the bus.

With an adjustment to your glue logic you can hopefully arrange that the RAM isn't driving the bus either.

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