代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
makefile
PRG = uartmain
OBJ = uartmain.o uart.o
MCU_TARGET = atmega32
OPTIMIZE = -Os
DEFS =
LIBS =
# You should not have to change anything below here.
CC
makefile
PRG = uartmain
OBJ = uartmain.o uart.o
MCU_TARGET = atmega32
OPTIMIZE = -Os
DEFS =
LIBS =
# You should not have to change anything below here.
CC
x5045.c
/*********************************************************************************************************
* x5045读写控制
*
877ee.asm
LIST P=16f877
#INCLUDE
;
;- RAM LOCATIONS------
;
; Reserve RAM location 0x70 for ICD
;
Data_EE_Addr equ 0X71
Data_EE_Data equ 0X72
;--------VECTORS--
hc595.prj
[Compiler Options]
Edit1=D:\icc\include\;D:\avrvi\AVRVi_m128_Starter_Kit\EEPROM_HC595\source
Edit2=D:\icc\lib\
Edit8=D:\avrvi\AVRVi_m128_Starter_Kit\EEPROM_HC595\output\
CheckBox1=0
CheckBox2=1
hc595.mak
CC = iccavr
CFLAGS = -ID:\icc\include\ -ID:\avrvi\AVRVi_m128_Starter_Kit\EEPROM_HC595\source -e -DATMEGA -DATMega128 -l -g -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LD:\icc\lib\ -g -u
hc595.dp2
hc595.o: D:\avrvi\AVRVi_m128_Starter_Kit\EEPROM_HC595\source\lib/..\config.h D:/icc/include/iom128v.h D:/icc/include/macros.h D:/avrvi/AVRVi_m128_Starter_Kit/EEPROM_HC595/source/lib\delay.h\
D:/avrv
hc595_cof.aps
HC595_cof15-Mar-2008 01:10:3013-Apr-2008 12:05:56Object.bmp11
download.c
/******************************************************************************************************
若进入下载模式:
1.初始化UART串行口,等待上位机握手字节到来
2.正确握手后,逐字节保存有关的显示设置数据,并返回校验字
3.擦除EEPROM扇区,准备下载新的数据
lpc932_ring.asm
/***********************************************************
*文件名:LPC932_Ring.ASM
*开发: www.zlgmcu.com
*功能: 自动响铃系统控制程序
*日期: 13:01 04-2-28
**********************************************************