代码搜索:Flash读写

找到约 10,000 项符合「Flash读写」的源代码

代码结果 10,000
www.eeworm.com/read/140310/13088585

txt 1-w总线读写函数.txt

是自吹,这是非常高效,稳定,抗干扰的基于PIC的读写函数。是俺的得意之作。 在复位,写位函数中加进了检查失败操作,在读、写位函数中采用了类试串口的采3取2的采样方法,大大提高效率和可靠性。 针对汇编的C代码优化,大家可以对比原厂的C代码来比比。 喝水不忘挖井人,看试简短几个函数,可是花了偶半个月时间的心血哦。 PIC采用4M晶体,所有的延时经过严格调试,修改要小心!! ...
www.eeworm.com/read/240218/13230117

txt 93c46读写程序.txt

93c46读写程序 #include sbit CS=P2^7; sbit SK=P2^6; sbit DI=P2^5; sbit DO=P2^4; /* extern unsigned char ReadChar(unsigned char address); extern void WriteChar(unsigned char address,unsi
www.eeworm.com/read/324363/13269247

pdf i2c读写程序.pdf

www.eeworm.com/read/137561/13311883

txt eeprom读写实例及说明 .txt

; EEPROM读写实例及说明 ;**************************************************************************** ; This is a program to test the function of reading&writting for EEPROM. ; You can observe the va
www.eeworm.com/read/136914/13354416

txt eeprom读写实例及说明 .txt

; EEPROM读写实例及说明 ;**************************************************************************** ; This is a program to test the function of reading&writting for EEPROM. ; You can observe the va
www.eeworm.com/read/136361/13382098

txt eeprom读写实例及说明 .txt

; EEPROM读写实例及说明 ;**************************************************************************** ; This is a program to test the function of reading&writting for EEPROM. ; You can observe the va
www.eeworm.com/read/306787/13737683

txt 24c64读写程序.txt

/*24C64子程序 */ bit I2C_Start(void); void I2C_Stop(void); void I2C_Ack(void); void I2C_Nack(void); bit I2C_Send_Byte( uchar); uchar I2C_Receive_Byte(void); void AT24C64_R(void *mcu_address,uint A
www.eeworm.com/read/303704/13810081

txt eeprom读写实例及说明 .txt

; EEPROM读写实例及说明 ;**************************************************************************** ; This is a program to test the function of reading&writting for EEPROM. ; You can observe the va