搜索资源列表
vivi boot启动代码
- vivi boot启动代码,介绍了三星的arm处理器初始化过程,大家可以学习一下。
启动代码
- 基于ARM的启动代码-ARM-based boot code
启动代码for arm
- ARM7启动代码-ARM7 bootcode
arm_init_code
- arm——启动代码-arm-- bootcode
LPC2200
- 这是一个本人编写修改的一个汇编ARM启动代码其中有一部分是用C写的,主要是针对飞利浦的LPC系列CPU-This is a change I prepared a compilation of ARM boot code are partly written in C, is mainly directed against Philips LPC series CPU
ucosII专门针对ARM7的源代码实现
- 针对UCOS的移植,对ARM7体系架构上的做移植.是一个很麻烦的问题,您需要的是修改一些底层的启动代码.-against graft, ARM7 architecture of the transplant. It is a very troublesome question, you need to be some change in the bottom of the boot code.
vxworks 启动代码例程
- 著名的vxworks 实时操作系统移植到arm的启动代码例程-Startup code routine of real time vxworks migrate to arm.
armstartcode
- arm启动代码 使用LPC2100arm启动代码arm启动代码-arm boot code using LPC2100arm bootcode arm bootcode
p123
- ARM处理器启动代码的分析与编程,关于arm编程方面-ARM processor boot code analysis and programming, the programming arm of respect
p124
- ARM启动代码的比较与实现,关于arm编程的文档-ARM boot code comparison with the realization that programming arm of the document
ARM_boot_design_doc
- ARM 启动代码说明文档。该文中阐述了ARM启动过程,以及启动过程中ARM初始化的作用。-ARM bootcode documentation. The article described the ARM startup process, and start the process of ARM initialization role.
ARM_ADS
- 理解启动代码_ADS版本 启动代码分析,介绍的不是很详细,不过应该看得懂-understanding bootcode _ADS bootcode version, introduced by the not very detailed, but should be able to read
AT91Bootstrap1.2
- 针对at91系列的arm的启动代码的编写有一个整体的说明,有其范例。-at91 series against the arm of the activation code to prepare a comprehensive account, its example.
AT91RM9200-BasicIdle-ARM1_2-2_0
- arm启动代码,可以在arm板子上使用,用于其启动-arm startup code, you can use in the arm board, for its start
ARMSTART
- ARM 启动代码编写的规则和范例,讲述ARM启动代码的不易掌握的地方-ARM startup code to prepare the rules and examples on the ARM startup code of the place is not easy to master
LPC2210-01_cn
- ARM启动代码分析,从最单片机的角度。给代码一层层分解-ARM startup code analysis, from the perspective of SCM. To code one layer decomposition
ARMstudy
- ARM学习笔记,详细介绍ARM的开发 1. ARM中一些常见英文缩写解释 2. MAM 使用注意事项: 3. VIC 使用注意事项 4. ARM启动代码设计-ARM study notes, detailed introduction ARM Development 1. ARM in some common abbreviations explained in English 2. MAM Caution: 3. VI
testAsm
- 汇编编写的ARM启动代码,包括中断向量、运行域搬移、堆栈设置等代码的演示,还包括了一个scatter文件,注释详细。麻雀虽小五脏俱全,对于ARM编程的初学者,有助于理解ARM的代码链接和生成,以及启动过程。代码使用ADS1.2编写,可以直接运行查看。-Compilation prepared by ARM startup code, including the interrupt vector, run the domain move,
arm9_2410_start
- ARM9_s3c2410的启动代码,绝对是最简单的。有注释,可读性强,适合刚接触嵌入式的新人。-ARM9_s3c2410 the startup code, it is the simplest. Have comments, readable, and suitable for the new刚接触embedded.
ARM启动代码
- ARM启动代码,清RAM区、向量表、异常处理等,针对SC000内核的ARM很有用。