Right now, I'm trying to build a simple NAND flash chip reader. Specifically, I'm trying to read this chip, an ST39SF020A 256K chip. I've written data to the chip, and want to send the 8 data outputs through a bank of LEDs. Unfortunately, I'm getting no output from the data lines, and I'm not sure what's going wrong. Here are the troubleshooting steps I've taken:
- I have checked that all the LEDs are wired up correctly, and when connected to the 5V rail they light up
- I have no floating pins. All address pins are wired to the ground rail (so I would expect it to be fetching the data at address $00000), as are the #CE and #OE lines, while the #WE is wired to 5V. The NC pin is also wired to 5V.
- I have triple checked the power and ground pins.
- I have read the chips after writing to them, to ensure that the data is correctly set.
- I have tried two different NAND chips, with no changes.