-
在低功耗模式下使用据点
msp430 单片机低功耗应用而闻名。使用此源代码的应用中取得了那些低功耗模式。
- 2022-02-07 04:56:37下载
- 积分:1
-
实时操作系统osafree下载
应用背景OSA RTOS代码闪烁的LED在一个旋转的方式,旋转式。关键技术免费的实时操作系统的开发代码在C OSA的LED闪烁的冷漠与时间的不同
- 2022-02-01 00:07:46下载
- 积分:1
-
93C06 GM
通用93c06-93c86系列-GM 93c06- 93c86 Series
- 2022-04-14 19:35:58下载
- 积分:1
-
本书是《ARM 嵌入式系统系列教程》中的理论课教材。以PHILIPS 公司LPC2000 系列ARM 微控制器为例,深入浅出地介绍嵌入式系统开发的各个方面。全书...
本书是《ARM 嵌入式系统系列教程》中的理论课教材。以PHILIPS 公司LPC2000 系列ARM 微控制器为例,深入浅出地介绍嵌入式系统开发的各个方面。全书共分为3 部分:第1 章和第2 章为理论部分,主要介绍嵌入式系统的概念及开发方法。第3~5 章为基础部分,主要介绍ARM7 体系结构、指令系统及LPC2000 系列ARM 微控制器的结构原理。第6~8 章为应用部分,主要以LPC2000 系列微控制器为例介绍如何设计嵌入式系统,包括硬件的设计、μC/OSII 的移植以及建立软件开发平台的方法。-This book is " ARM Embedded System Series Tutorials" in the theory of teaching materials. With PHILIPS company LPC2000 series ARM microcontrollers, for example, learn more on various aspects of embedded system development. The book is divided into three parts: Chapter 1 and Chapter 2 the theoretical part, focuses on embedded systems concepts and development methods. 3 ~ 5 s-based parts, mainly introduces the ARM7 architecture, instruction set and LPC2000 series ARM microcontrollers structural principle. 6 ~ 8 s for the application part, mainly in LPC2000 family of microcontrollers, for example describes how to design embedded systems, including hardware design, μC/OSII transplantation and the establishment of software developmen
- 2022-01-25 16:41:28下载
- 积分:1
-
PIC16F877A 24C02读写
资源描述
/***************************************************************************
* 文件名:24c02
* 功 能:利用IIC总线对eeprom 24c02,进行读写
* 作 者:TXMCU
* 日 期:
* 备 注:
//软件思路:当按键KEY0按下时,把6个连续的数据写入到6个连续的单元内,
//写完成后数码管显示单个0,做为完成标志位,当按键KEY1按下后,
//读取EEPROM连续六个单元,读取结果送6位数码管显示
//
//开发板连接方法:将JP10 JP11 JP12 JP13这4个跳线帽分别接到24C02位置
// 把JP8的的跳线帽跳到DPY位置上,JP14选择在IO口位置上
****************************************************************************/
#include
__CONFIG(0x1832);
//芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡
#define address 0xa
#define nop() asm("asm")
//定义待写入的数据
const char ee_data_write[] = {0, 4, 2, 3, 3, 1};
//定义读取数据存放的缓冲区
unsigned char ee_date[6];
//定义0-9的显示代码
- 2022-03-18 07:32:17下载
- 积分:1
-
RTX51 multi
RTX51多任务操作系统中文使用指南,小型操作系统!-RTX51 multi-tasking operating system, the Chinese use guidelines, and a small operating system!
- 2022-05-06 05:15:52下载
- 积分:1
-
泰文 128 的液晶 karakter
# include//使用ATmega 128# include# include# include# include /头的液晶显示器无符号char a;字符数据[ 33 ];void main(void){while(1){液晶_ gotoxy(0,0);液晶显示器(“阿利”_ putsf)液晶_ gotoxy(0.1);(a),数据(国际);液晶_把(数据);};}
- 2022-04-18 06:27:10下载
- 积分:1
-
89lp51rd2 七段显示器的接口
七段显示与新的 8051 单片机家庭 ATMEL89LP51RD2.this 是原代码......
- 2023-04-04 17:05:03下载
- 积分:1
-
uclinux上的frame buffer driver for s3c44b0x LCD(16级灰度),如果想要256色彩屏的也可以找我要...
uclinux上的frame buffer driver for s3c44b0x LCD(16级灰度),如果想要256色彩屏的也可以找我要-Basis of frame buffer driver for s3c44b0x LCD (Gray 16), if you want the 256 color screen can also find I
- 2022-04-13 00:55:56下载
- 积分:1
-
图形系统
MiniGUI - 面向实时嵌入式 Linux 系统的小型图形用户界面支持系统-MiniGUI-oriented real-time embedded Linux system of small graphical user interface support system
- 2022-06-29 22:39:24下载
- 积分:1