代码搜索结果

找到约 10,000 项符合 EEPROM 的代码

eerom_op.h

void initial_eprom(void); unsigned char disp_buff[13][28]; unsigned char etable_char[13][28] __attribute__((section(".eeprom")));// unsigned char etable_oritial[3] __attribute__((section(".eeprom"

lowlevel.c

// // Low-level bootloader routines to replace "assembly.s90" // from the original ATMEL code. // // See avr-libc's boot-module for more information // adapted to the BF-"system" (this is b

cc_build_debug.log

--------------------- Example_280xI2C_eeprom.pjt - Debug --------------------- [DSP280x_CodeStartBranch.asm] "E:\CCStudio_v3.1\C2000\cgtools\bin\cl2000" -g -q -pdr -fr"E:/tidcs/c28/DSP280x/v141/DSP

程序说明.txt

该程序包含了定时器1定时器2定时中断,还包含了AD转换的中断,显示程序显示程序运行的时间,时间的单位是S,还有就是EEPROM的读写程序,写进E2的数据是显示的数码管的段码!!

cygnal_i2c_example_program.c

//------------------------------------------------------------------------------ // Keil Software, Inc. // // Project: Cygnal 8051F000 I2C Example Program // // Filename: Cygnal_I2C_Example_Pr

led(20071021-1).c

#include #include #include #include #include #include #include #include // define XT0 221184 #defi

led.c

#include #include #include #include #include #include #include #include // define XT0 221184 #defi

cc_build_debug.log

--------------------- Example_280xI2C_eeprom.pjt - Debug --------------------- [DSP280x_CodeStartBranch.asm] "E:\CCStudio_v3.1\C2000\cgtools\bin\cl2000" -g -q -pdr -fr"E:/tidcs/c28/DSP280x/v141/DSP

at24c256.c

//********************************** //*版本: Test 1.0 //*作者: XUGUOHONG //*E-MAIL: KK20Y@YAHOO.COM.CN //*WEBSITE:microdesign.000webhost.com //********************************** // eeprom读写,写之后必

makefile

PRG = S1D15G10_avr_test OBJ = S1D15G10_avr_test.o #MCU_TARGET = atmega8515 #MCU_TARGET = at90s8515 MCU_TARGET = atmega32 #OPTIMIZE = -Os DEFS