搜索资源列表
M25P80.rar
- 很多系统中都需要在本地保存大量的数据和一些常数,然后进行本地处理。这就需要一个存储介质。在实际应用中,许多数据采集系统的数据量都比较大,因此对系统的存储容量有很高的要求,一般普通的EPROM或FLASH的容量都很难以满足要求。而大容量的FLASH M25PXX系列就能够很好地满足需求,您可以根据需要进行选择。本例采用M25P80。主要实现向FLASH写一组数据然后读出来,设计中包括了M25P80操作的基本子程序,读者可以根据实际要求组合自己需要的程序。,A lot of systems are
spi_flash_M25P10_AVR
- M25PXX系列串行闪存是ST公司推出的系列存储器产品,具有体积小、规格全、容量大、功耗低和硬件接口简单的特点,非常容易与各种单片机构成存储系统。本文重点介绍此类存储器与单片机的接口,并结合AVR单片机,给出实际的电路图和软件驱动函数。-M25PXX series serial flash memory is the ST has introduced a series of memory products, has a small size, specification, capacity,
26330970sdpspi
- spi 程序操作,M25P系列flash 芯片使用-SPI FLASH ABOUT M25PXX
uart-TO-SPI-FLASH-20130226
- 代码实现了电脑向uart 发送四个字节(命令1字节 地址3字节)然后 对M25Pxx系列的芯片进行任意地址的读写, 目前只实现单字节默认数据的读写!有需要的可以 修改-uart to spi control the M25PXX IC
m25p80
- MTD SPI driver for ST M25Pxx (and similar) serial flash chips.
mad
- MTD SPI driver for ST M25Pxx (and similar) serial flash chips.
m25pxx
- 在51单片机中读写flash利用spi接口,根据spi时序编程-51 MCU read and write flash using spi interface, according to the spi timing programming
SPI-flash
- ST公司的M25Pxx SPI flash memory的verilog仿真模型,该模型准确地描述了SPI flash memory的行为,包括读,写,擦除等操作,可以用来挂在带有SPI接口的soc外部,方便验证SPI接口。 -ST' s verilog simulation model M25Pxx SPI flash memory, the model accurately describes the SPI flash memory behavior, including readi
m25p80
- MTD SPI driver for ST M25Pxx (and similar) serial flash chips.
m25p80
- MTD SPI driver for ST M25Pxx (and similar) serial flash chips.
pq3-sec3
- MTD SPI driver for ST M25Pxx (and similar) serial flash chips.
STM32 M25PXX flash 驱动
- STM32对于各类M25Pxx系列flash驱动的所有程序,只需更改宏定义即可达到各类flash的更改。