搜索结果
找到约 894 项符合
EEprom 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (362)
- 单片机编程 (83)
- 嵌入式/单片机编程 (68)
- 技术资料 (47)
- 微处理器开发 (45)
- VIP专区 (41)
- 其他 (34)
- DSP编程 (28)
- 其他嵌入式/单片机内容 (23)
- 汇编语言 (23)
- VHDL/FPGA/Verilog (11)
- 其他书籍 (10)
- 驱动编程 (9)
- 学术论文 (6)
- 可编程逻辑 (5)
- 串口编程 (5)
- 通讯编程文档 (5)
- 嵌入式Linux (5)
- 系统设计方案 (5)
- USB编程 (4)
- VxWorks (4)
- uCOS (4)
- 软件设计/软件工程 (4)
- Linux/Unix编程 (4)
- C/C++语言编程 (3)
- 开发板开源 (3)
- 嵌入式综合 (3)
- 文章/文档 (3)
- 中间件编程 (3)
- 技术教程 (2)
- 设计相关 (2)
- 加密解密 (2)
- 开发工具 (2)
- 测试测量 (2)
- 存储器技术 (2)
- RFID编程 (2)
- 书籍源码 (2)
- 编辑器/阅读器 (2)
- 手册 (2)
- 源码 (2)
- 单片机相关 (1)
- 教程资料 (1)
- 教程资料 (1)
- 模拟电子 (1)
- 电源技术 (1)
- 传感与控制 (1)
- PCB相关 (1)
- 仿真技术 (1)
- 并口编程 (1)
- 教育系统应用 (1)
- 压缩解压 (1)
- 数学计算 (1)
- Windows CE (1)
- 其他行业 (1)
- 文件格式 (1)
- 通讯/手机编程 (1)
- 操作系统开发 (1)
- 软件工程 (1)
- FlashMX/Flex源码 (1)
- Delphi/CppBuilder (1)
- 单片机 (1)
- 软件 (1)
单片机开发 MCUTool.exe 源代码 !!!超级单片机开发工具!!! 单片机开发过程中用到的多功能工具
MCUTool.exe 源代码
!!!超级单片机开发工具!!!
单片机开发过程中用到的多功能工具,包括热敏电阻RT值--HEX数据转换;3种LED编码;色环电阻计算器;HEX/BIN 文件互相转换;eeprom数据到C/ASM源码转换;CRC校验生成;串口调试,带简单而实用的数据分析功能;串口/并口通讯监视等功能. 用C++ Builder开发,无须安装,直 ...
通讯编程文档 The SL11RIDE is a low cost, high speed Universal Serial Bus RISC based Controller board. It contains
The SL11RIDE is a low cost, high speed Universal Serial Bus RISC based Controller board. It contains a
16-bit RISC processor with built in SL11RIDE ROM to greatly reduce firmware development efforts. Its
serial flash EEPROM interface offers low cost storage for USB device configuration and customer ...
嵌入式/单片机编程 AT24C02的使用实例
AT24C02的使用实例,通过EEPROM向82C55写入代码使得LED灯按给出的代码显示
其他 51系列单片机的i2c的c语言的原代码
51系列单片机的i2c的c语言的原代码,适用用多种eeprom与单片机的通讯
Linux/Unix编程 at24c02驱动和测试程序
at24c02驱动和测试程序,对于EEPROM驱动开发来说可以借鉴,使用S3C2440可以直接使用。
嵌入式/单片机编程 Library for the 8051 microcontroller. such as math routine, hexBCD, LCD, Keyboard, I2C, Remote, Ke
Library for the 8051 microcontroller.
such as math routine, hexBCD, LCD, Keyboard, I2C, Remote, Keypad, Serial EEPROM.. ect.
All lybrary function has been tested.
Linux/Unix编程 CFE contains the following important features: * Easy to port to new SB1250/BCM1480 designs
CFE contains the following important features:
* Easy to port to new SB1250/BCM1480 designs
* Initializes CPUs, caches, memory controllers, and peripherals
* Built-in device drivers for SB1250 SOC peripherals
* Several console choices, including serial ports, ROM
emulators, JTAG, e ...
编辑器/阅读器 #include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include
#include <avr/io.h>
#include <avr/interrupt.h>
#include <avr/signal.h>
#include <avr/sleep.h>
#include <avr/pgmspace.h>
#include <string.h>
#include <util/delay.h>
#include <avr/eeprom.h>
#include <stdio.h>
#include "defines.h"