代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
mcuunit.h
#ifndef __MCUUNIT_H__
#define __MCUUNIT_H__
/********************************************************************************************************
** Mc
stc12c5410ad_flashiap.lst
C51 COMPILER V8.08 STC12C5410AD_FLASHIAP 10/29/2007 22:49:07 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE STC12C5410AD_FLASHIAP
OBJECT MO
canuser.c
#include "includes.h"
#define CAN_R_CONFIG 0 //读配置
#define CAN_W_CONFIG 1 //写配置
#define CAN_R_FIXED_VALUE 2 //读定值
#define CAN_W_FIXED_VALUE 3 //写定值
#define
rtc_test.c
#include
#include "DSP28_Device.h"
unsigned int RTC_Status,RTC_Date,RTC_Year,RTC_Month,RTC_Day,RTC_Hour,RTC_Minute,RTC_Second;
unsigned int i1,RTC_DATA[64];
void main(void)
{
/*初
pic18f452.pic
000200 ; Program memory low
007FFF ; Program memory high
000000 ; EEPROM data memory low
0000FF ; EEPROM data memory high
200000 ; UserID low
20000F ; UserID high
300000 ;
gongkong.c
#include
#include
#include
#include
#include
#include
#include
#include
softec_hcs12_linker.prm
/* This is a linker parameter file for the MC9S12XEP100 */
/*
This parameter file is setup in a generic way to allow exploring most common features of both cores:
- S12X core
- XGATE
full_chip_simulation_linker.prm
/* This is a linker parameter file for the MC9S12XEP100 */
/*
This parameter file is setup in a generic way to allow exploring most common features of both cores:
- S12X core
- XGATE
memory.c
/* gameplaySP
*
* Copyright (C) 2006 Exophase
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
i2c.vhd.bak
-- 本程序介绍操作一个I2C总线接口的<mark>EEPROM</mark> AT24C02
-- 的方法,使用户了解I2C总线协议和读写方法。
-- 实验过程是:按动键盘某个键CPLD将拨码开关的数据写入<mark>EEPROM</mark>的某个地址,按动另外一个键,将刚写入的数据
-- 读回CPLD,并在数码管上显示。 按sw0写拨码 开关值入24c02,按sw1读出数值在数码管上显示
--
--
library IEE ...