nrf24E1模块eeprom的读写程序,通过SPI接口-nrf24E1 reader module EEPROM process, through the SPI interface 下载
|
实现SPI通信功能。由中断程序调用,实现EEPROM读写的功能。- 下载
|
SPI接口EEPROM的控制,根据SPI的时序特征,编写AT93c46的读写程序-SPI EEPROM control, according to the chronology of SPI, AT93c46 literacy preparation procedures 下载
|
tms320lf2407中SPI模块与25AA320(EEPROM)读写程序,解压后,目录有CCS2.2环境下的所有程序,可以直接运行-tms320lf2407 25AA320 module (EEPROM) to read and write procedures, unpacked, a directory CCS2.2 environment all the procedures can be run directly 下载
|
93C46/66的读写程序,编译环境Uvision2,4线SPI接口的EEprom芯片的读写-93C46/66 literacy program, compile environment Uvision2, 4-wire SPI interface EEprom chip reader 下载
|
通过SPI接口读写EEPROM的时序代码,需要注意不同型号的EEPROM支持不同的SPI数据格式,有些EEPROM手册的内容有错误,需要多次试验确定EEPROM支持的SPI数据格式。-literacy through SPI EEPROM timing code, need attention to the different models of EEPROM support different data formats SPI, some of the contents of EEPROM manual errors tests to determine the need to support the SPI EEPROM data formats. 下载
|
SPI接口EEPROM驱动 SPI接口EEPROM驱动 EEPROMWRITE(绝对地址,数组指针,数据长度) //多字节写 EEPROMREAD(绝对地址,数组指针,数据长度) //多字节读 EEPROMWRITE(绝对地址,数据) //单字节写 (char)数据=EEPROMREAD(绝对地址) //单字节读-SPI EEPROM SPI EEPROM Driver Driver EEPROMWRIT E (absolute address, the array pointer, data length) / / multi-byte write EEPROMREAD (absolute address, the array pointer, data length) / / multi-byte read EEPROMWRITE (absolute address, data) / / write single-byte (char) data = EEPROMREAD (absolute address) / / single-byte read 下载
|