I am designing a board with a DM365 using NAND boot. I am trying to verify that selected flash will work with the DM365 (Micron/Numonyx NAND512R3A2D). According to SPRUFG5A,section 11.2.1.1, part of the boot process is to "Read the device Id of NAND and get the parameters for NAND from a table in ROM".
My question is about the MFG ID versus the device ID. The Numonyx NAND supplies the following:
One bus write cycle: 0x90 (read the signature)
One bus address input: 0x00 (address)
1st byte read: 0x20 (Manufacturer ID)
2nd byte read: 0x36 (Device ID)
any subsequent reads are ignored by the flash.
Does Table 113 refer to this first byte or second byte? I believe the NAND will work if the DM365 is using the 2nd byte as the device ID.
Thanks for the help!
Rick