Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/30/06 17:47
Read: times


 
#119470 - NAND flash pinouts
Responding to: ???'s previous message
Andy Neil said:
Stevan Pavlovic said:
all nand flash memories ... have the same pinout.

Are you sure about that?


Actually -- for a given package, all NAND flash devices with the 8-bit data I/O interface are pin-compatible. Similarly, all devices with the 16-bit data I/O interface are pin-compatible. The reason is that there's no separate address bus; you load the address sequentially, a byte at a time. Larger chips require a four- or five-cycle address load (preceeded by a command load), which you do at the start of a page. Once the NAND chip has fetched the data from the flash array and stored it in the output register, you repeatedly read from the I/O port as if the part was a FIFO to get the data.

Yes, I did a NAND flash controller ... ;)

-a



List of 10 messages in thread
TopicAuthorDate
AT89C51SND1C to NAND Flash            01/01/70 00:00      
   what does P1 have to do with memory addr            01/01/70 00:00      
      Mistake with P1 and P0            01/01/70 00:00      
         well since you will not say it            01/01/70 00:00      
         Are you sure??            01/01/70 00:00      
            NAND flash pinouts            01/01/70 00:00      
         NAND interface            01/01/70 00:00      
            Thank you -Glue Logic            01/01/70 00:00      
               NAND control            01/01/70 00:00      
                  Thank you Andy            01/01/70 00:00      

Back to Subject List