Location:
Search - arm doc
Search list
Description: DSP gateway 3.3.1 for the communication betweend arm and dsp-DSP gateway 3.3.1 for the communication be tweend arm and dsp
Platform: |
Size: 1040438 |
Author: Zhaoyakui |
Hits:
Description: ARM DOC Advanced Microprocessor Bus
Architecture
Platform: |
Size: 354757 |
Author: week |
Hits:
Description: arm2410各种基础实验,已通过测试,内容:
LCD控制器.doc
看门狗定时器.doc
定时器.doc
中断控制器.doc
DMA 控制器.doc
ad.doc
7279键盘和数码管.doc
IIC 总线接口.doc
IIC 总线接口.doc
RTC.doc
UART.doc
Platform: |
Size: 1329007 |
Author: zhong |
Hits:
Description: Linux系统开发技术详解-基于ARM.doc
Platform: |
Size: 410624 |
Author: eejesse |
Hits:
Description: 本文将讲述arm-linux内核启动后到进入用户shell模式这段时间的启动流程,从上电到进入kernel的过程请参见sourcesafe下“personal/yangxiyuan/资料”目录下的“ARM-linux启动流程.htm”文档。
Platform: |
Size: 32256 |
Author: chenhulong@126.com |
Hits:
Description: *** *** *** *** *** *** ***
*** *** *** RELEASE NOTES *** *** *****
*** *** *** *** *** *** ***
1) RELEASE NOTES:
--- ----
The release notes are now provided in PDF format in the file:
\SOFTWARE\uCOS-II\DOC\RelV251.PDF
2) FEATURES SINCE V2.00:
--- --- -----
All the features added since V2.00 are described in the PDF file:
\SOFTWARE\uCOS-II\DOC\NewV251.PDF
3) EVENT FLAGS:
--------------
Event Flags are discussed in AN-1007 (see www.Micrium.com/app_notes.htm)
4) QUICK REFERENCE CHART:
------------------------
A Quick Reference Chart for all the functions in V2.51 is provided in the
following .PDF files:
\SOFTWARE\uCOS-II\DOC\QuickRefChartV251-Color.PDF
Once printed, simply FOLD the page in half and if you have a LAMINATION
machine, you can protect the chart by laminating it.-UcOs Operation System V2.51 with source code.
the OS can used for PC/ARM/MCU,etc.For more detail,to view the package.
Platform: |
Size: 1013760 |
Author: 王陈 |
Hits:
Description: 介绍ARM的文档,对初学者很有用的,包含
32位RISC CPU ARM芯片的应用和选型.doc
ARM7在嵌入式应用中启动程序的实现.doc
ARM处理器与单片机性能价格比.doc
ARM简介及编程.doc
ARM开发调试教程.doc-on ARM documentation, very useful for beginners. includes 32-bit RISC CPU ARM chip application and selection. doc ARM7 Embedded Application start Implementation of procedures. doc ARM processor and SCM functional. doc profiles and the ARM program. doc ARM debugging Guide. doc
Platform: |
Size: 71680 |
Author: |
Hits:
Description: ARM伪指令,介绍ARM常用伪指令!DOC文档-pseudo-ARM instructions on commonly used pseudo-ARM instructions! DOC files
Platform: |
Size: 15360 |
Author: 陈华震 |
Hits:
Description: DSP gateway 3.3.1 for the communication betweend arm and dsp-DSP gateway 3.3.1 for the communication be tweend arm and dsp
Platform: |
Size: 1040384 |
Author: Zhaoyakui |
Hits:
Description: ARM7与ARM9的区别及ARM体系结构.doc 对arm7和arm9两种体系结构很好总结,适合初学者-ARM7 and ARM9 and the difference between ARM architecture. Doc right arm7 and two arm9 Architecture sum up, for beginners
Platform: |
Size: 744448 |
Author: 张晓飞 |
Hits:
Description: Sqlite在nona2410开发板上的移植.doc Sqlite在Nano2410开发板上的移植以及开发(for arm-linux)-Sqlite nona2410 development board in the transplant. Doc Sqlite in Nan o2410 Development Board and the development of the transplant (for arm- linux)
Platform: |
Size: 78848 |
Author: par |
Hits:
Description: ARM开发详解全集.rar
第1章 ARM微处理器的概述.doc
第2章 ARM微处理器的编程模型.pdf
第3章 ARM微处理器的指令系统.doc
第四章 ARM程序设计基础.doc
...
嵌入式UCLINUX及应用开发.pdf-Detailed Complete Works of ARM development. Rar Chapter 1 outlines the ARM microprocessor. Doc Chapter 2 ARM microprocessor programming model. Pdf Chapter 3 ARM microprocessor instruction set. Doc Chapter IV program design based on ARM . doc ... uCLinux and embedded application development. pdf
Platform: |
Size: 2451456 |
Author: aoyutian |
Hits:
Description: 一个比较好的44B0的启动代码.
工程目录结构说明
--根目录
-- bootloader.apj, ARM Project Manager工程文件
-- INC目录, 头文件
-- SRC目录, 源文件
-- Debug目录, debug版本的编译和链接结果
-- Bin2C, 将Bin文件转化为C代码的数组的软件
-- DOC, 相关文档。
-44B0 a better start-up code. Project directory structure that the root directory of bootloader.apj, ARM Project Manager project file INC directory SRC directory of header files, source files Debug directory, debug version of the compile and link the results of Bin2C, the Bin file conversion C code for an array of software DOC, the relevant documents.
Platform: |
Size: 434176 |
Author: 陈为 |
Hits:
Description: 非常适合内嵌式mp3播放,例如控制台!注意看压缩包里readme.doc 详细过程,在ARM及MIPS下通过
新建一个 wce application,选择 a simple windows ce application
在
1.tool->options->directories>include files里包含必要的头文件
D:\WINCE500\pubilc\directx\SDK\INC
D:\WINCE500\pubilc\common\SDK\INC
D:\WINCE500\pubilc\common\OAK\INC
D:\WINCE500\pubilc\common\DDK\INC
2. >Library files
D:\WINCE500\PUBLIC\DIRECTX\SDK\LIB\MIPSII\RETAIL
D:\WINCE500\PUBLIC\COMMON\SDK\LIB\MIPSII\RETAIL
D:\WINCE500\PUBLIC\COMMON\OAK\LIB\MIPSII\RETAIL
3.可能要在Project->Settings->link的object/library modules 加入
commctrl.lib coredll.lib ole32.lib oleaut32.lib uuid.lib strmiids.lib
newres.h
play.cpp
play.vcw
resource.h
StdAfx.cpp
StdAfx.h
下面为播放源码
#include "stdafx.h"
#include<dshow.h>
#include<streams.h>
.......其实编译时的 object/library modules 只要看 sourse 文件包含哪个dll,或lib 就行
-Very suitable for embedded mp3 player, such as the console! Attention Readme.doc bag to see the detailed process of compression, in the ARM and MIPS adopted a new wce application, choose a simple windows ce application in 1.tool-
Platform: |
Size: 1568768 |
Author: lzy |
Hits:
Description: ARM DOC Advanced Microprocessor Bus
Architecture
Platform: |
Size: 354304 |
Author: week |
Hits:
Description: ARM与PDA比较详细的资料包括:
基于SmartArm2200的PDA演示系统
基于ARM的PDA软硬件平台设计
基于ARM的PDA设计与实现
嵌入式Linux下彩色LCD驱动的设计与实现
嵌入式系统在军用PDA中的设计与实现.doc
一种基于ARM微处理器的电视机顶盒的设计-ARM and PDA more detailed information including: SmartArm2200 the PDA-based demonstration system of the PDA software and hardware based on ARM platform design of the PDA based on the ARM Embedded Linux Design and Implementation of Color LCD Driver Design and Implementation of embedded systems in military PDA design and Implementation. doc an ARM microprocessor-based TV set-top box design
Platform: |
Size: 12204032 |
Author: 何小克 |
Hits:
Description: arm2410各种基础实验,已通过测试,内容:
LCD控制器.doc
看门狗定时器.doc
定时器.doc
中断控制器.doc
DMA 控制器.doc
ad.doc
7279键盘和数码管.doc
IIC 总线接口.doc
IIC 总线接口.doc
RTC.doc
UART.doc-arm2410 various experimental basis, has been tested to be content: LCD controller. doc watchdog timer. doc timer. doc interrupt controller. docDMA controller. docad.doc7279 keyboard and digital tube. docIIC bus interface. docIIC bus interface. docRTC.docUART.doc
Platform: |
Size: 1329152 |
Author: zhong |
Hits:
Description: Documentation for VxVorks 5.5. OS Libraries API Reference, Driver API Reference, BSP Developers Guide, Network Programmers Guide, Architecture Supplement for 68K, ARM, Coldfire, Hitachi, Xscale, MIPS, Pentium and PowerPC, Programmers Guide and more.
Platform: |
Size: 12474368 |
Author: puppe |
Hits:
Description: ARM指令集,包括访问数据,逻辑运算,位操作和THUMB指令 -ARM instruction set, including access to data, logic operations, bit operations and THUMB instructions
Platform: |
Size: 247808 |
Author: zhang |
Hits:
Description: 自己整理的关于gnu arm入门资料,包括下面的文件:
An Introduction to the GNU Assembler.pdf
ARM GNU Assembly Programming Basic.doc
GNU ARM Assembler Quick Reference.pdf
GNU ARM汇编快速入门 .doc
Using as.pdf
从ARMASM汇编到GNU ARM ASM汇编.doc-I collected some useful files for GNU and ARM. It includes the following files:
An Introduction to the GNU Assembler.pdf
ARM GNU Assembly Programming Basic.doc
GNU ARM Assembler Quick Reference.pdf
GNU ARM汇编快速入门 .doc
Using as.pdf
从ARMASM汇编到GNU ARM ASM汇编.doc
Platform: |
Size: 1117184 |
Author: zpy |
Hits: