instruction sets for SPI EEPROM | |
| #define | WREN_CMD 0x06 |
| set write enable latch | |
| #define | WRDI_CMD 0x04 |
| reset write enabme latch | |
| #define | RDSR_CMD 0x05 |
| read status register | |
| #define | WRSR_CMD 0x01 |
| write status register | |
| #define | READ_CMD 0x03 |
| read data from memory array | |
| #define | WRITE_CMD 0x02 |
| write data to memory array | |
test.h ÆÄÀÏ¿¡¼ Á¤ÀÇ
1.4.3