Hi TI e2e community,
I am using the DM365EVM which uses the following device (MT29F16G08FAA) for flash which according to literature (SPRUFG5), table 113 is a D3h Device ID. The table says it only accepts these values:
Number of Bytes per Block shift No. of
Device pages per page (including value address
ID block extra data) (For address) cycles
0x43 32 512+16 13 3
0x45 32 512+16 13 3
0x53 32 512+16 13 3
0x55 32 512+16 13 3
0x73 32 512+16 13 3
0x33 32 512+16 13 3
0x75 32 512+16 13 3
0x35 32 512+16 13 3
0x76 32 512+16 13 4
0x36 32 512+16 13 4
0x79 32 512+16 13 4
0x71 32 512+16 13 4
0x46 32 512+16 13 4
0x56 32 512+16 13 4
0x74 32 512+16 13 4
0xF1 64 2048+64 22 4
0xA1 64 2048+64 22 4
0x78 32 512+16 13 4
0x98DA 64 512+16 14 4
0x98DC 64 512+16 14 4
The Micron Data sheet below has the ID as D3h. Also this part is obsolete and is not longer on the website.
Table 8: Device ID and Configuration Codes
Options I/O7 I/O6 I/O5 I/O4 I/O3 I/O2 I/O1 I/O0 Value1 Notes
Byte 0 Manufacturer ID
Micron 0 0 1 0 1 1 0 0 2Ch
Byte 1 Device ID
MT29F4G08AAA 4Gb, x8, 3V 1 1 0 1 1 1 0 0 DCh
MT29F8G08BAA 8Gb, x8, 3V 1 1 0 1 0 0 1 1 D3h
MT29F8G08DAA 8Gb, x8, 3V 1 1 0 1 1 1 0 0 DCh 2
MT29F16G08FAA 16Gb, x8, 3V 1 1 0 1 0 0 1 1 D3h 3
So it looks like the part being used is not only obsolete but it is not in the table. Then the newer parts are not in the table either. So is there a newer table or am I reading this wrong. What I am trying to figure out is what currently available flash chip is there that I can use.
Thanks for all your help.