-
本论文研究的课题是: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
-
《嵌入式系统的C程序设计》电子版,(加)Kirk Zurell著,艾克武译,机械工业出版社
《嵌入式系统的C程序设计》电子版,(加)Kirk Zurell著,艾克武译,机械工业出版社-"Embedded Systems Programming in C" electronic version, (Canada) with Kirk Zurell, Aikewu translation of Machinery Industry Press
- 2022-01-26 06:19:50下载
- 积分:1
-
Image code download from HOST to memory on S3C4510b board
Image code download from HOST to memory on S3C4510b board
- 2022-07-05 06:27:55下载
- 积分:1
-
臂结构的精灵规范
ELF specification for the ARM Architecture
- 2022-01-25 23:56:15下载
- 积分:1
-
vivi源代码分析(中文)基于s3c2410,经典资料
vivi源代码分析(中文)基于s3c2410,经典资料-Bootloader (Vivi) Source Code Analyse in chinese
- 2023-06-06 02:20:04下载
- 积分:1
-
dsp2812例程
很好的例程
包含sci 等外设
module i2c_master_model (scl, sda);
inout scl;
inout sda;
parameter slave_addr_reg = 7"b0110101; //slave addr
int i;
reg R_scl = 1"bz;
reg R_sda = 1"bz;
reg clk = 0;
always #(1329.1125) clk = !clk;
assign scl = R_scl;
assign sda = R_sda;
- 2022-08-04 02:55:17下载
- 积分:1
-
lpc213_ads7843_sed1335 Arm MCU控制触摸屏和液晶屏
lpc213_ads7843_sed1335 Arm MCU控制触摸屏和液晶屏-lpc213_ads7843_sed1335 Arm MCU control and LCD touch screen
- 2022-08-11 14:00:44下载
- 积分:1
-
STM32F4的PWM
应用背景而PWM cikis试剂盒:手臂STM32F407VG STM32F4探索2015100引脚关键技术臂STM32F4套件:STM32F4探索versiyon:4.05座:456897日:gth65777 DF:567yu
- 2022-03-19 11:13:38下载
- 积分:1
-
51单片控制DS18B20,温度送数码管显示,显示精度为0.1摄氏度。压缩包中有电路图、Keil工程、Proteus仿真文件、汇编代码...
51单片控制DS18B20,温度送数码管显示,显示精度为0.1摄氏度。压缩包中有电路图、Keil工程、Proteus仿真文件、汇编代码-51 single-chip control DS18B20, send a digital temperature display, showing an accuracy of 0.1 degrees Celsius. Keil compressed package in the works, Proteus simulation files, compiled code
- 2022-03-20 04:52:21下载
- 积分:1
-
FLASH芯片SST25VF020基于C8051F120的驱动
应用背景
SST25VF020是SST25VF系列产品中的一员,其芯片具有以下特点:总容量为2M;单电源读和写操作,工作电压为2.7-3.3V;低功
- 2022-01-21 00:14:10下载
- 积分:1