代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
eepstr.s
; WRITE A STRUCTURE IN EEPROM
; Copyright (c) 2008 by COSMIC Software
; - eeprom address in X
; - structure address in Y
; - structure size in A
;
xdef c_eewstr
xref.b c_x
include "eeprom.i
ee_9202.mak
#
# Project manager generated MAKEFILE
#
TITLE = ee_9202
DEVFILE = D:\Program Files\NEC Electronics Tools\DEV\DF9202.78K
PROJDIR = E:\Program\fuction\EEPROM_EMULATE_9202
TOOLDIR = D:\Program Fil
ee_9202.fni
[SrcFileName]
E:\Program\fuction\EEPROM_EMULATE_9202\source\9202_mini.c,1228240546
E:\Program\fuction\EEPROM_EMULATE_9202\source\eeprom.asm,1228239800
[Function]
main,E:\Program\fuction\EEPROM_E
ee_9202.prj
[ProjectManager]
Version=6.00
Path=E:\Program\fuction\EEPROM_EMULATE_9202\
Title=ee_9202
Series=78K0S.PM
Device=uPD78F9202
DeviceVer=V2.11
Target=E:\Program\fuction\EEPROM_EMULATE_9202\a.lmf
[
makefile
# adapted from avr-libc example
PRG = voltmeter
OBJ = main.o lcd_spi.o ad7714.o serial.o rotary_switch.o
MCU_TARGET = atmega168
OPTIMIZE = -Os
DEFS =
LIBS
microscope.lnp
"main.obj",
"lcd1602_4.obj",
"stc_eeprom.obj"
TO "microscope"
RAMSIZE(256)
CODE( 0X0000-0X1FFF )
avrproj_make_orig
#----------------------------------------------------------------------------------
# GCC-AVR standard Makefile part 3
# Based on Volker Oth's makefiles of jan.2000
# Modified and merged by AVRfrea
avrproj_make
#----------------------------------------------------------------------------------
# ARM-GCC standard Makefile
# This makefile is to be used by including it from a project-specific makefile
# whic
spieeprom.h
/*! \file spieeprom.h \brief Interface for standard SPI EEPROM memories. */
//*****************************************************************************
//
// File Name : 'spieeprom.h'
// Title
sys_check.c
#include "INCLUDE\config.h"
__eeprom int8u SYSID[8] @0x10;
__eeprom int8u SYSFI @0x08;
void check(int8u id,int8u *s)
{
int8u i,j,k;
int8u buf[8];
buf[0]=id;
buf[1]=~id;
buf[