代码搜索:dataflash

找到约 774 项符合「dataflash」的源代码

代码结果 774
www.eeworm.com/read/367277/9762849

c at45db081new.c

#include // SFR declarations #include sbit P37 = P3^7; #define SYSCLK 11059200 #define DF_RESET P5 &= ~(0x1); P5 |= 0x1; // P50 DataFlash reset port pi
www.eeworm.com/read/235756/14053936

entries

/AT91C_SPI_DataFlash.h/1.1.1.1/Fri Jul 04 09:40:13 2003// /AT91RM9200.h/1.1.1.1/Fri Jul 04 09:40:13 2003// /Download.h/1.1.1.1/Fri Jul 04 09:40:13 2003// /at91lib_version.h/1.1.1.1/Fri Jul 04 09:40
www.eeworm.com/read/110628/15528665

c f020spi.c

#include // SFR declarations #include sbit P37 = P3^7; #define SYSCLK 11059200 #define DF_RESET P5 &= ~(0x1); P5 |= 0x1; // P50 DataFlash reset port pi
www.eeworm.com/read/426892/8993025

h comm.h

#ifndef SYS_H #define SYS_H #include #include "main.h" #include "dataflash.h" #include "uart.h" /* uchar serial_ok0,serial_ok1,serial_ok2,rcvcom_ok0,sending0_ok,com_ask; uchar i
www.eeworm.com/read/135989/13880244

c 大容量串行false45db081 c51读写源程序.c

//DataFlash chip 型号为45DB081 #include // SFR declarations #include sbit P37 = P3^7; #define SYSCLK 11059200 #define DF_RESET P5 &= ~(0x1); P5 |= 0x1; //
www.eeworm.com/read/190468/5183810

entries

/at45.c/1.1.1.1/Mon Dec 15 17:35:08 2003// /c_isr.c/1.1.1.1/Mon Dec 15 17:35:08 2003// /com.c/1.1.1.1/Mon Dec 15 17:35:08 2003// /dataflash.c/1.1.1.1/Mon Dec 15 17:35:08 2003// /init.c/1.1.1.1/Mon
www.eeworm.com/read/289815/8525316

h wsx.h

#define SYSCLK 22118400 #define DF_CHIP_NOSELECT P5 |= 0x8; // P53 DataFlash chip select port pin (P23) #define RAM_CHIP_SELECT_BANK0 ES0=1;P4 = 0xF4; #define RAM_CHIP_SELECT_BANK1 P4
www.eeworm.com/read/470691/6905897

c at45db081new.c

#include #include #include sbit RDY_Busy = P0^7; #define SYSCLK 24500000 //系统时钟为24.5MHz //#define DF_RESET P5 &= ~(0x1); P5 |= 0x1; // P50 DataFlash res
www.eeworm.com/read/182421/5264092

entries

/at45.c/1.2/Tue Sep 21 08:12:15 2004// /com.c/1.1.1.1/Mon Jun 28 07:36:36 2004// /dataflash.c/1.2/Tue Sep 21 08:12:15 2004// /init.c/1.2/Tue Sep 21 08:12:15 2004// /main.c/1.2/Tue Sep 21 08:12:15
www.eeworm.com/read/373591/9449154

#3 at45.#3

//-------------------------------------------- // 文件名:AT45DB.C // 操作:基于SPI硬件总线的AT45DB操作文件 // 注意:本文件中定义的操作是针对161D处于DataFlash格式的操作,即每个PAGE的页面大小为528B // 如果用户使用的PAGE为512B,则要进行相应的修改 // scj // 0