搜索资源列表
ARMLinux-at-AT91RM9200
- :ARM Linux 在AT91RM9200 平台上的移植,步骤包括下载安装内核源码、建立交叉编译环境及以压缩或非压缩方式配置和编译内核。其文件系统的建立及程序开发均在宿主机上完成,再通过串口、网口或者JTAG口烧写至目标板。-: AT91RM9200 ARM Linux platform in the transplant, steps include download and install the kernel source code, the establishment of cross
44binit
- 该文件为ARM7硬件平台的C语言启动代码,用于分配中断向量表,初始化ISR地址,初始化堆栈空间, 初始化应用程序执行环境,配置存储器系统,设定时钟周期,呼叫主应用程序。基于S3C44B0的ARM7硬件平台的启动代码-The hardware platform documentation for the ARM7 startup code of C language for the distribution of interrupt vector table, initialize ISR add
acoral
- acoral是一个操作系统,aCoral支持多线程模式,其最小配置时,生成的代码为7K左右,而配置文件系统,轻型TCP/IP,GUI后生成的代码仅有300K左右。目前,aCoral支持各种ARM系列处理器:Cortex-m3, ARM7, ARM9,ARM11,以及ARM11MPCORE四核平台(链接)。同时,为了方便没有开发板的用户体验aCoral,其模拟版本可以在运行Linux的PC中作为应用程序运行,这种模式可以体验aCoral的所有功能,包括内核、文件系统、GUI,该模式支持单核和多核-
SoC-verify-and-debug
- 摘要:介绍SoC(片上系统)软硬件协同验证中的软件仿真,给出验证uART(通用异步收发器)硬件接口的应用程序范例。利用GNU工具链开发SoC软硬件协同验证中的应用程序,并利用仿真器进行软件仿真,仿真结果正确。可以根据处理器的类型对GNU工具链进行配置,使开发流程适合所有GNu支持的处理器,方法具有一般性。根据开发者的具体需要,开发soc芯片的应用程序用于软硬件协同验证。-Abstract: SoC (system on chip) hardware and software co-verific
ARM-startup-code-design-reference
- 基于ARM的芯片多数为复杂的片上系统,这种复杂系统里的多数硬件模块都是可配置的,需要由软件来设置其需要的工作状态。因此在用户的应用程序之前,需要由专门的一段代码来完成对系统的初始化。-The majority of ARM-based chips for complex system on chip, the majority of this complex system of hardware modules are configurable, which requires software
SetDisplay
- ARM7 wince系统下对液晶或显示器的分辨率配置程序,该程序可设置分辨率以及正反时钟同步模式。-ARM7 wince system for the resolution of the LCD or monitor configuration program, the program can set resolution, and positive and negative clock synchronization mode.
STM32--TFTLCD
- 基于keil开发环境,对STM32系统板的板载LCD显示与相关配置,程序工程已通过测试-Based on keil development environment on the the STM32 system board onboard LCD display and related configuration, process engineering has been tested
16-RCC—使用HSE或者HSI配置系统时钟
- stm32f103的程序例子是RCC配置时钟的简单程序(The STM32F103 program is a simple program for configuring the RCC clock)