搜索资源列表
mmuos
- 这是一个不到2000行的操作系统,巧妙地利用ARM9 CPU的内存管理单元(MMU)实现进程的切换。ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽然它们的虚拟地址(VA)都是0-(32M-1),但是对应的MVA(Modified vitual address,由虚拟地址VA和进程号PID组合而来)不一样,设置MVA对应的页表指向不同物理地址就可以很方便地让各进程运行空间相互隔开。代码很少,注释丰富,希望能对想理解操作系统、了解ARM体系结构的朋友有所帮助。 -This is a
ARM7_ARM9
- 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
SimIt-ARM
- 這是一個arm模擬器 以C++實做 主要模擬ARM9架構-This is an arm simulator to C++ Is mainly ARM9 architecture simulation
ARM9Core-0.4
- ARM9Core v0.4, 在x86 Win32 下模拟仿真ARM9 微处理器的Library.-ARM9Core is a library that you can use in your applications for emulating the ARM9 microprocessor architecture under a x86 Win32 platform. The library emulates the basic core while allowing you
ARM9_architecture
- ARM9体系结构,非常好的PPT,是学习ARM9硬件电路的好老师-ARM9 architecture, very good PPT, is to learn ARM9 hardware circuit of good teachers
S3C2410X
- arm9 2440系统结构,整个系统架构,值的学习-arm9 2440 system architecture, the entire system architecture, the value of learning
ARM9_based_embedded_system_development_code
- 基于ARM9的嵌入式系统开发实践代码,帮助你深入理解ARM体系结构-ARM9-based embedded system development code of practice to help you in depth understanding of ARM Architecture
ARM9Linux
- 本书详细介绍了有关ARM9的体系架构,其中包括常用的串口、IIC总线、CAN总线、SPI总线、EEPROM 、时钟、D/A 及A/D 转换等内容-This book describes in detail about the ARM9 architecture, including the popular serial, IIC bus, CAN bus, SPI bus, EEPROM, clocks, D/A and A/D converter etc.
ARM
- 基于ARM 体系结构的32 位微处理器已得到了广泛应用。该文通过具体开发实例,从硬件和软件2 个方面讨论了以32 位ARM9 微处理器S3C2410 为核心的商标识别系统的设计,结合实际应用说明了嵌入式操作系统Mizi Linux 的使用,描述了底层硬件驱动的编写、上层应用程序商标识别算法的设计,以及硬件平台的搭建和系统的移植等内容。-】ARM architecture-based 32-bit microprocessor is applied widely. The design of
ARM
- 本PPT介绍了ARM7和ARM9的体系结构,是对常用ARM系列认知的好的学习材料-The introduction of the ARM7 and ARM9 PPT architecture is a common perception of good ARM series of learning materials
ARM-tutorial-for-beginner
- 基于ARM9的Linux系统及应用程序开发。书中详细描述了嵌入式系统、ARM9的体系结构、OURS2410EDU开发板说明,还给出了众多例子的实验源代码及测试说明。-ARM9-based Linux systems and application development. The book describes in detail the embedded system, ARM9 architecture, OURS2410EDU development board that also give
ARM
- 详细介绍了ARM9的系统结构,存储器配置,DMA、ADC和触摸屏、中断控制器、I/O、PWM、UART等-Details on the ARM9 architecture, memory configuration, DMA, ADC and touch screen, interrupt controller, I/O, PWM, UART, etc.
arm9-shangbaogen
- arm9 体系结构-shangbaogen-arm9 architecture-shangbaogen
AARM9_architeR
- ARM9体系结构,非常好的PPT,是学习ARM99硬件电路的好老师 ,经测试可直接使用。 -ARM9 architecture, very good PPT, is a good teacher to learn ARM99 hardware circuit has been tested and can be used directly.
Embedded-Linux
- 基于嵌入式的linux人脸识别系统的研究,硬件平台采用ARM9构架的JXARM9-2410嵌入式开发板,系统的介绍了系统的各部分组成与功能实现。-Study the face recognition system based on embedded Linux, the hardware platform the ARM9 architecture of JXARM9-2410 embedded development board, the system introduces the compo
AT91RM9200
- 基于AT91RM9200芯片的RAM9芯片开发历程,帮助初学者更好的掌握ARM9体系结构-Based on AT91RM9200 the chip' s RAM9 chip development course, to help beginners a better grasp of the ARM9 architecture
arm--waishe
- arm 体系架构 环境搭建 外设解析 arm7 arm9-the arm architecture environment to build peripheral parsing
MIPI_VIDEO-MODE-TEST-PROGRAM
- 此例程是基于ARM9+SSD2825构架的高清LCD测试程序,可用于测试MIPI_VIDEO和MIPI_command 模式下的WVGA,FWVGA,QHD等高清手机LCM。支持4通道MIPI接口,SSD2825是 晶门科技的高速4通道MIPI传输器。-This routine is the HD LCD based on ARM9+SSD2825 architecture test program can be used for high-definition WVGA, FWVGA, QHD
mjpg-stream
- 针对嵌入式设备在进行多媒体数据处理时存在的资源限制问题,采用了一种开源视频服务器软件 MJPG-streamer完成多媒体数据的处理及存储,基于该软件的特点和体系结构,通过修改MJPG-streamer的源代码,添加新的功能模块, 以增强这款软件的功能。并重新交叉编译后,移植到嵌入式系统中,以实现一个可控制前端设备的基于Arm9的嵌入式远程视频监控系统。实验结果表明,该方法 很好地增强了视频数据处理的效果,并可流畅地在客户端播放浏览器。-For embedded devices during m
test
- 在ZLG MAGIC241 开发板或者其他ARM9架构的其他开发板上实现贪吃蛇的小游戏,利用μC/OS-II的任务管理系统对于所有的任务进行管理调度。建立两个任务(不包括空闲任务),其中一个高优先级的任务一直实现按键扫描,以便获得键值;另一个低优先级的任务,实现游戏方向键定义和游戏运动画面等功能。-In ZLG MAGIC241 development board or other ARM9 architecture of other development board to achieve s