Hello,
i want to setup a little NAND Flash reader using an Arduino Due (because of the 3.3V IO voltage, needed for the Flash). Now i need many signals (16 Data, 22 Address and some handshake-signals).
Which port numbers on the Arduino PCB should/can i use for this? Address-Lines are output only, datalines input/output, signals differ.
I think it would be the best to use a REAL port (like PORTB or such) for Data and addresslines to make it easy to read and write through it, right?
Also, can i use the A0-... Pins on the Board? Or are they analog only?