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%3DDatasheet:
https://www.mouser.com/datasheet/2/268/ ... 512272.pdfThis 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...