// // Power Debugger Serial EEPROM Device Definition File // Copyright (c) 2001-2004 Debug Solutions, All Rights Reserved // // Author : A-Yasuo // Date : Sep 02, 2004 // Document Tytle : M95040,M95020,M95010 // 4Kbit,2Kbit and 1Kbit Serial SPI Bus EEPROM // With High Speed Clock // Document No. : July 2003 // // Revision History: // // // Capacity : 4K // Composition : 512 x8 // DevVer 1 1 DevMaker ST_Microelectronics DevName M95040 // Device definition DevDef Type SPI DevDef Data 8 // bit DevDef Word 512 // Num of Words (Valid Adr0 - 5) DevDef PageSize 16 // Page Size(Byte) DevDef AdrByte 1 // Num of Adddress Byte DevDef WrTime 10 // Write Time[msec] DevDef CS ON NEG // Chip Select (ON/OFF) (Active Logic) DevDef Protect ON NEG // Protect (ON/OFF) (Active Logic) DevDef Hold ON NEG // Hold (ON/OFF) (Active Logic) InstSet Write 0000a010 // Data Write InstSet Read 0000a011 // Data Read InstSet WrEn 0000x110 // Program Enable InstSet WrDS 0000x100 // Program Diable InstSet RdSR 0000x101 // Read Status Register InstSet WrSR 0000x001 // Write Status Register