代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
eepromdg128.h
/***********************************
Name: EEPROMDG128.h
Function:Erase and Program the EEPROM
Author: QIU ZHAOPENG
Data: 2008.10.01
************************************/
#ifndef
i2c.v.bak
/*
I2C总线是一种非常常用的串行总线,它操作简便,占用接口少。本程序介绍操作一个I2C总线接口的<mark>EEPROM</mark> AT24C02
的方法,使用户了解I2C总线协议和读写方法。
实验过程是:按动开发板键盘某个键CPLD将拨码开关的数据写入<mark>EEPROM</mark>的某个地址,按动另外一个键,将刚写入的数据
读回CPLD,并在数码管上显示。
为了更好的理解程序,用户应该仔细阅读光盘中的AT24C02的手册 ...
i2c.v
/*
I2C总线是一种非常常用的串行总线,它操作简便,占用接口少。本程序介绍操作一个I2C总线接口的<mark>EEPROM</mark> AT24C02
的方法,使用户了解I2C总线协议和读写方法。
实验过程是:按动开发板键盘某个键CPLD将拨码开关的数据写入<mark>EEPROM</mark>的某个地址,按动另外一个键,将刚写入的数据
读回CPLD,并在数码管上显示。(sw0为写入,sw1为读出)
为了更好的理解程序,用户应该仔细阅 ...
gy33485.lst
C51 COMPILER V6.00i GY33485 08/16/2007 20:55:35 PAGE 1
C51 COMPILER 6.00i, COMPILATION OF MODULE GY33485
OBJECT MODULE PLACED IN
mcp2510.tagsrc
D:\project\power1024\async.c
D:\project\power1024\mcp2510.c
D:\project\power1024\MCP2510T.C
D:\project\power1024\spi.c
D:\project\power1024\spi_mcp.c
D:\project\power1024\util_mc.c
D:\project\po
m24c16.c
//=============================================================================
// File Name:
//
// Copyright 2003 Cirrus Logic Corporation
//
// Description:
// The API for the MicroChip 24C16B
//
m24c32.c
//=============================================================================
// File Name:
//
// Copyright 2003 Cirrus Logic Corporation
//
// Description:
// The API for the MicroChip 24C16B
//
can64_can.txt
#---- Setup of the hardware -----
-device AT90CAN64
-hardware PEAK
-canbitrate 500
-logf "can64_can_logfile.txt"
#-debug
#----- Operation --------------
-operation
ONFAIL Ignore
can32_can.txt
#---- Setup of the hardware -----
-device AT90CAN32
-hardware PEAK
-canbitrate 500
-logf "can32_can_logfile.txt"
#-debug
#----- Operation --------------
-operation
ONFAIL Ignore
can128_can.txt
#---- Setup of the hardware -----
-device AT90CAN128
-hardware PEAK
-canbitrate 500
-logf "can128_can_logfile.txt"
#-debug
#----- Operation --------------
-operation
ONFAIL Ignore