代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
main.c
#include // SFR definition header file
#include // prototype declarations for I/O functions
#include // include EEPROM v
readme.txt
I2C
This example application uses the I2C master to communicate with the Atmel
AT24C08A EEPROM that is on the development board. The first sixteen bytes of
the EEPROM are erased and then program
extram1.sdi
,,,; EEPROM - Read Write the EEPROM.
,,,; Specify Device.
,,,.device AT90S8515
,,,
,,,; I/O Register Definitions
,,,.equ SREG =$3F
,,,.equ SP =$3D
,,,.equ
debug.lkf
-z -c -m"./Debug/i2c_eeprom_writer.map" -o"./Debug/i2c_eeprom_writer.out" -w -x -i"C:/CCStudio_v3.3/TMS470/cgtools/lib"
"F:\BootLoader\tools\i2c_eeprom_writer\build\linker.cmd"
"F:\BootLoader\tools\
24cxx.s
.module _24Cxx.C
.area text(rom, con, rel)
.dbfile E:\学习专区\AVR专区\个人创作区\AVR单片机开发平台\EEPROM读写演示程序\24Cxx.C
.dbfunc e delay_EEPROM _delay_EEPROM fV
; a -> R20,R21
; b ->
smb.asm
; Example code to interface a single 256-byte EEPROM to a C8051F00x via the SMBus
; Code assumes a single EEPROM with slave address 1010000 is connected on
; the SDA and SCL lines, and no other ma
readwriteeeprom.c
// These work for devices with more than 256 bytes of EEPROM
//int EEPROMwrite( int location, unsigned char);
//unsigned char EEPROMread( int);
#include
#include
void main(v
readwriteeeprom.~c
// These work for devices with more than 256 bytes of EEPROM
//int EEPROMwrite( int location, unsigned char);
//unsigned char EEPROMread( int);
#include
#include
void main(v
main.c
//-----------------------------------------------------------------
// 名称: EEPROM数据访问与数码管显示
//-----------------------------------------------------------------
// 说明: 本例运行时,按下K1将向EEPROM中写入0x00~0
main.c
//-----------------------------------------------------------------
// 名称: EEPROM数据访问与数码管显示
//-----------------------------------------------------------------
// 说明: 本例运行时,按下K1将向EEPROM中写入0x00~0