The EVM for the DM6467 uses NAND flash. Can you provide guidance on connecting NOR flash to this device? Is there an example somewhere that I could reference?
Thanks
-mc
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
The asynchronous SRAM interface is the one to look at. NOR flash will have the same interface. The difference comes in programming the NOR flash you'll need to execute a special sequence of writes as defined in the NOR flash data sheet.
If you want to see an example for a similar device you could look at the DM6446 schematics.