{ 0x0004, 0x225B, size1MB, CMD_TYPE_AMD, "MBM29LV800BE 512kx16 BotB (1MB)" ,1,size8K, 2,size4K, 1,size16K, 15,size32K }
{ 0x0004, 0x225B, size1MB, CMD_TYPE_AMD, "MBM29LV800BE 512kx16 BotB (1MB)" ,1,size16K, 2,size8K, 1,size32K, 15,size64K }
Si, esta puesto desde la versión 1.2, solo falta probar que funciona correctamente.
Esta de esta forma,
Código:{ 0x0004, 0x225B, size1MB, CMD_TYPE_AMD, "MBM29LV800BE 512kx16 BotB (1MB)" ,1,size8K, 2,size4K, 1,size16K, 15,size32K }
Pero creo que debe ser asi:
http://dvb-upload.com/index.php?action=download&pid=121899
Código:{ 0x0004, 0x225B, size1MB, CMD_TYPE_AMD, "MBM29LV800BE 512kx16 BotB (1MB)" ,1,size16K, 2,size8K, 1,size32K, 15,size64K }
MBM29LV800
8 Mega-bit (1 M ´ 8-Bit or 512 K ´ 16-Bit) CMOS Flash Memory
3.0 V-only Read, Program, and Erase
Manufacture’s Code: ID 0x0004
Device Code: MBM29LV800TE 0x22DA for 8 Mb mode this bytes are in BE
Sector PVAC (Protection Verify Autoselect Codes)
Device Code: MBM29LV800BE 0x225B for 16 Mb mode
Sector Protection 0x0001
Write Enable is Pin 14.
Time-Out: 150
MBM29LV800 T E 70 PCV
T = Top sector
16 Kbyte
8 Kbyte
8 Kbyte
32 Kbyte
then
MBM29LV800 B E
is
B = Bottom sector
Chip Erase - 6 > Cycles
32 Kbyte
8 Kbyte
8 Kbyte
16 Kbyte
MBM29LV800TE:
18 Sectores start with:
FC000h to FFFFFh in 8 Mb
and finish at 00000h to 0FFFFh
and start at:
7E000h to 7FFFFh in 16 Mb
and finish at 00000h to 07FFFh
MBM29LV800BE:
18 Sectores start with:
F0000h to FFFFFh in 8 Mb
and finish at 00000h to 03FFFh
and start at:
78000h to 7FFFFh in 16 Mb
and finish at 00000h to 01FFFh
{ 0x0004, 0x225B, size1MB, CMD_TYPE_AMD, "MBM29LV800BE 512kx16 BotB (1MB)" ,1,size16K, 2,size8K, 1,size32K, 15,size64K },
{ 0x0004, 0x22DA, size1MB, CMD_TYPE_AMD, "MBM29LV800TE 512kx16 TopB (1MB)" ,15,size64K, 1,size32K, 2,size8K, 1,size16K },