-
本论文研究的课题是:ARM7处理器以及µ c/os
本论文研究的课题是:ARM7处理器以及µ c/os-II操作系统,通过做实验,了解三星公司的S3C44BOX芯片的内部结构,工作原理以及其扩展的外围设备.熟悉基于µ c/os-II扩展的嵌入式系统的启动和应用程序的结构.掌握将µ c/os-II移植到ARM7处理器的基本方法,同时在µ c/os-II的基础上开发最基本的嵌入式系统。本文还给出了在开发的时候要注意的一些关键的问题。-this thesis research topic is : ARM7 processor and micro c/os- II operating system, as an experiment to understand the S3C44BOX Samsung chip"s internal structure and working principle and its expansion peripherals. Based on familiar with the micro c/os- II expansion of the embedded the launch systems and applications to the structure. master of micro c/os- II transplanted to the basic ARM7 processor, while the micro c/os- II on the basis of the development of basic embedded system. The paper also presents the development of the attention to some of the key issues.
- 2022-08-15 09:46:24下载
- 积分:1
-
msp 430 频率记
利用430自身的捕获功能,设计频率计,捕获精准,最高捕获频率可到1MHz同时430兼有低功耗功能,能搞实现低功耗运行
- 2022-06-28 10:47:02下载
- 积分:1
-
本程序是分布在希望它是有用的,
This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.-This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- 2022-03-26 17:48:35下载
- 积分:1
-
本书详细介绍了TMS320F2812芯片的基本特点、硬件结构、内部功能模块的基本原理等内容...
本书详细介绍了TMS320F2812芯片的基本特点、硬件结构、内部功能模块的基本原理等内容-The book details the basic characteristics of TMS320F2812 chip, hardware structure, the internal function modules, etc. The basic principle
- 2022-02-04 11:40:14下载
- 积分:1
-
三星公司s3c2410 汇编程序. 汇编是嵌入式开发的入门必学.
三星公司s3c2410 汇编程序. 汇编是嵌入式开发的入门必学.-Samsung s3c2410 compilation process. The Compendium is embedded development must learn for beginners.
- 2022-11-29 16:10:03下载
- 积分:1
-
S3C2440的启动代码和io测试程序,不错哦
S3C2440的启动代码和io测试程序,不错哦-S3C2440 startup code and io test procedure, yes Oh
- 2022-01-25 16:50:23下载
- 积分:1
-
使用ATMEL AT91RM9200 CPU SDRAM初始化的一个例子。可以运行,初始化之后CS1的0x20000000地址可以访问。内部以文件的形式(Ini...
使用ATMEL AT91RM9200 CPU SDRAM初始化的一个例子。可以运行,初始化之后CS1的0x20000000地址可以访问。内部以文件的形式(Init_SDRam.txt)集成了ADS初始化命令配置,使得本工程可以直接下载到0x20000000地址运行,而不必限制于内部RAM。配置文件在AXD->Option->cfgInterface->session file中配置。祝好运,好使的话请给个推荐。-ATMEL AT91RM9200 CPU SDRAM using an example of initialization. Can run, after initialization CS1 can visit the 0x20000000 address. To document the form of internal (Init_SDRam.txt) integrated command initialization ADS configuration, makes this project can be directly downloaded to address 0x20000000 running, without having to be restricted to the internal RAM. Configuration file in the AXD-
- 2022-03-04 09:26:33下载
- 积分:1
-
AM23XX温湿度传感器库函数
51单片机温湿度传感器库函数#include "reg52.h"#include //用户根据自己的晶振修改相应值#define FOSC 12000000#define BAUD 9600 //读传感器 端口位定义,可修改sbit Sensor_SDA = P0^0;sbit Sensor_SCL = P0^1;// 变量定义unsigned char Sensor_Data[5]={0x00,0x00,0x00,0x00,0x00};unsigned char Sensor_Check; //校验和unsigned char Sensor_AnswerFlag; //收到起始标志位unsigned char Sensor_ErrorFlag; //读取传感器错误标志unsigned int Sys_CNT;unsigned int Tmp;unsigned char *String;//字符串定义#define S_Temp "Temp:"#define S_RH "RH:"#define S_CRCT "Check: True"#define S_CRCF "Check: Wrong"#define S_Data "Data: "#define S_NotS "Sens
- 2022-12-29 14:30:03下载
- 积分:1
-
arm gpio 口 调试程序 。
arm7 2103 初学者很有用。
arm gpio 口 调试程序 。
arm7 2103 初学者很有用。-I arm gpio debugger. useful for beginners arm7 2103.
- 2022-07-21 23:57:17下载
- 积分:1
-
paraller读和写
要读取和写入在并行模式下的代码。通过这一个你能够精细一些 flash 或一些项目的更多事情的更多事情。如何过如果你有关于手臂或 avr 的项目,希望可以帮助你。
- 2023-06-05 06:50:03下载
- 积分:1