Hi,Does anyone has any idea how to connect NAND flash to the static memory bus line? What is the added glue logic? Thanks, Fal
D[0-7] from NS9360 to I/O[7-0} of NAND flash, that’s a must. I choose to connect A13,14 to ALE and CLE respectively. You can choose other address lines or even GPIOs if you like. Just change the driver to map the memory or set the GPIOs correctly. You will need a GPIO (as input) to poll the busy line and another GPIO(as output) to control the CE logic for NAND flash devices with restrictive CE. The rest of the pins are pretty straight-forward (OE, CE, etc) Terence Soh.