代码搜索:如何学习 EEprom?
找到约 10,000 项符合「如何学习 EEprom?」的源代码
代码结果 10,000
www.eeworm.com/read/419603/10855656
cof eeprom.cof
www.eeworm.com/read/419603/10855662
lst eeprom.lst
__start:
__text_start:
0019 E5CF LDI R28,0x5F
001A E0D2 LDI R29,2
001B BFCD OUT 0x3D,R28
001C BFDE OUT 0x3E,R29
001D 51C0 SUBI R28,0x10
001E 40D
www.eeworm.com/read/419603/10855665
lis eeprom.lis
.module EEPROM.c
.area data(ram, con, rel)
0000 _Table::
0000 .blkb 2
.area idata
0000 3F06
www.eeworm.com/read/419603/10855668
prj eeprom.prj
[Compiler Options]
Edit1=C:\icc\include\
Edit2=C:\icc\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=8192
Edit10=512
ComboBox2=13
RadioGroup1=0
Ed
www.eeworm.com/read/419603/10855670
mp eeprom.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/419603/10855675
c eeprom.c
//***************FileName:Capature.C***************//
//***************ICCAVR V6.30编译*****************//
#include
#define uchar unsigned char
#define uint unsigned
www.eeworm.com/read/348909/10860248
o eeprom.o
www.eeworm.com/read/348909/10860318
h eeprom.h
/************************************************************************
* *
* Basic access to SPI EEPROM 25LC256.
www.eeworm.com/read/348909/10860343
c eeprom.c
/************************************************************************
* *
* Basic access to SPI EEPROM 25LC256.