搜索资源列表
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
AT91AssemblerCodeStartupSequenceforC
- At91启动代码编写的指导文档,对于编写boot引导程序很有帮助-prepared by the guidance document for the preparation of procedures to guide helpful boot
AT91Bootstrap1.2
- 针对at91系列的arm的启动代码的编写有一个整体的说明,有其范例。-at91 series against the arm of the activation code to prepare a comprehensive account, its example.
Net
- 网卡自动启动 代码解释 需要的可以看看!
ARMbootloaderburn
- 关于ARM的启动代码的说明及如何烧写的详细过程。可以用于在线编程
U-Boot代码结构分析
- 详细介绍U-boot的内部源码结构,对于了解U-boot的启动过程有帮助
S3c2410启动代码详解
- S3c2410启动代码详解S3c2410启动代码详解
BOOTLOADER
- 2440启动代码init.s详细中文注释-2440init.s
ARM_philips_LPC2xxx_bolt
- 这是ARM philips lpc2xx系列启动代码的详细分析,可以帮助开发次系列芯片的朋友,理解启动过程!-This is a series of ARM philips lpc2xx start a detailed analysis of code can help the development of sub-series chip friends, to understand the boot process!
Etc
- wince的启动代码bootloader -wince startup code of the bootloader
2410
- 本文介绍2410启动代码的分析,ADS下C语言的入口方式和ROM镜像文件的生成。-This article describes an analysis of 2410 startup code, ADS under the C language and the entrance way to generate the ROM image file.
2009171647113
- ARM启动代码分析与实现,着重阐述地址重映射机制,并给出在S3C2410上实现NANDFLASH的启动方式-ARM startup code analysis and implementation, with an emphasis on re-address mapping mechanism, and gives S3C2410 achieved in the start-up mode NANDFLASH
2410StartupSequence
- s3c2410启动代码分析,用于arm的初学者。-s3c2410 startup code analysis, for the beginner arm.
cckeilv802
- Keil Software公司推出的uVision3是一款可用于多种8051 MCU的集成开发环境(IDE),该IDE同时也是PK51及其它开发套件的一个重要组件。除增加了源代码、功能导航器、模板编辑以及改进的搜索功能外,uVision3还提供了一个配置向导功能,加速了启动代码和配置文件的生成。此外其内置的仿真器可模拟目标MCU,包括指令集、片上外围设备及外部信号等。uVision3提供逻辑分析器,可监控基于MCU I/O引脚和外设状态变化下的程序变量。 uVision3提供对多种最新
LPC2200Str_code
- lcp2200系列的启动代码分析很详细,需要的朋友可以下载来研究-startup code lcp2200 series analysis, in great detail
SAMboot
- ADS下的AT91SAM7S64的启动代码,中文注释,很详细-ADS under the AT91SAM7S64 the startup code, the Chinese comments, very detailed ~ ~ ~
【批量下载】StartCode_GCC等
- 这是一个S3C2416的启动代码,同时还有GCC风格实现的,绝无仅有!上传分享给大家。(This is a S3C2416 startup code, and there is also a GCC style. Upload and share for everyone.)
U-Boot启动第二阶段代码分析
- U-Boot第一阶段的启动流程。(nandflash启动,把nand的4k代码考到sram中,因为nand没址线,不能映射到内存,所以通过sram进行过度,sram中4k代码把整个uboot拷贝到sdram上,初始化好堆栈,为c语言提供条件,进入uboot的第二阶段! )这个阶段主要是初始化硬件设备,为加载U-Boot的第二阶段代码准备RAM空间最后跳转到lib_arm/board.c中start_armboot函数,这是第二阶段的入口点。(U-Boot first phase of the s