T O P I C R E V I E W |
Joseph Worth |
Posted - 04/03/2011 : 19:07:40 i just used my new GQ-4X to read and write the following two MACRONIX devices :
MX29F002NTPC-12
and
MX29F002NBPC-12
using the MACRONIX data sheets i constructed the following two entries for the device list
Name="MX29F002NT",ID="C2B0",Class="49F002NT",Category="FLASH",MFG="Macronix",Spe
ed="12",Package="32pinPDIP",CodeSize="262144",EepromSize="1048576",VCC="5V",WVPP="5
V",RVPP="5V";//by TOMakaJPW april 2011 Name="MX29F002NB",ID="C234",Class="49F002NT",Category="FLASH",MFG="Macronix",Spe
ed="12",Package="32pinPDIP",CodeSize="262144",EepromSize="1048576",VCC="5V",WVPP="5
V",RVPP="5V";//by TOMakaJPW april 2011
URL for datasheet follows:
h**p://www.datasheetcatalog.org/datasheet/macronix/MX29F002NBTC-90.pdf
see page 7 Table 3 for the device code and manufacturer code
|
3 L A T E S T R E P L I E S (Newest First) |
ZLM |
Posted - 04/04/2011 : 14:00:27 Let us know if those lines work.
Then we will add following lines into devices.txt in next software release.
Name="MX29F002NT",ID="C2B0",Class="29F002NT",Category="FLASH",MFG="Macronix";//by TOMakaJPW april 2011 Name="MX29F002NB",ID="C234",Class="29F002NT",Category="FLASH",MFG="Macronix";//by TOMakaJPW april 2011 |
Joseph Worth |
Posted - 04/04/2011 : 10:20:36 zlm,
thanks for the pointer to the 29F002NT class man ... sorry for not seeing that class in the device list .... as i am a newbie ... |
ZLM |
Posted - 04/03/2011 : 22:52:07 There is a 29F002NT class.
Try this: Name="MX29F002NT",ID="C2B0",Class="29F002NT",Category="FLASH",MFG="Macronix"; Name="MX29F002NB",ID="C234",Class="29F002NT",Category="FLASH",MFG="Macronix"; |
|
|