▍1. Book-ARM-C
ARM开发实例程序,并附带ARM入门的PPT教程。(ARM developed example programs and tutorials with ARM to get into PPT.)
ARM开发实例程序,并附带ARM入门的PPT教程。(ARM developed example programs and tutorials with ARM to get into PPT.)
This is a simple bootloader for AT91SAM7 processors. It permits you to download new code to the device over USB. This bootrom is installed at address 0x00000000 in the ARM, which means that it is the first piece of code to execute after reset. At startup, it waits for a few seconds to see if the downloader is trying to connect. If not, then the bootloader gives up control and jumps to your program. If the downloader is trying to connect, then the bootloader receives the new program over USB and writes it into flash.(This is a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It permits you to download new code to the device over USB. This bootrom is installed at address 0x00000000 in the ARM, which means that it is the first piece of code to execute after reset. At startup, it waits for a few seconds to see if the downloader is trying to connect. If not, then the bootloader gives up control and jumps to your program. If the downloader is trying to connect, then the bootloader receives the new program over USB and writes it into flash.)
自制的dsp + arm 联合开发板的原理图和PCB图,仅供大家参考(Self-dsp+ arm joint development board schematic and PCB map, for your reference)
LPC2103 - preasure measurement.(LPC2103- preasure measurement.)
PROTEUS 在 MCS-51与ARM7系统中的应用百例(438到618)目前能下载到都是不全的,只有前面438页。所以上传剩下的部分(PROTEUS in the MCS-51 with the ARM7 System 100 cases (438-618) is currently able to download are incomplete, and only in front of 438. From the remaining part of so)
AT91SAM7X256底层驱动源码,在IAR430环境下编译(AT91SAM7X256 bottom drive source, in the circumstances IAR430 compiler)
说明: AT91SAM926中文数据手册,看起来比较方便(Chinese data AT91SAM926 manual, looks more convenient)
DSP编程,用来测试EDMA是否正常运行,基于ti的TMS320C6000平台(DSP programming, used to test whether the normal operation of EDMA, based on the TMS320C6000 platform ti)
easyARM8962 ucos信号量操作实验源码(Semaphore operation easyARM8962 ucos experimental source)
S3C2410X LCD 控制器,有关lcd 控制器的相关介绍。(S3C2410X LCD controller, the lcd controller related introduction.)
泰克3000示波器波形采集程序CVI,环境LABWINDOWS CVI(Tektronix 3000 oscilloscope waveform sampling procedures CVI, environmental LABWINDOWS CVI)
keil 下usb转串口,USB2.0接口,可接MMC卡(U盘),可作USB Audio Device(USB声卡)。 (keil under the usb to serial port, USB2.0 interface, which can be accessed by MMC Card (U disk), can be used for USB Audio Device (USB sound card).)
44b0上实现mp3解码 ,好到东西,快下(44b0 achieve mp3 decoding, so good that things soon)
PIC19F946下的PWM测试程序,经过proteus测试能直接放在mplab下运行(PIC19F946 under PWM test procedure, after Proteus test can run directly on the MPLAB)
arm学习报告,很经典的arm学习资料。关于arm启动以及arm印象文件相关(arm study report, it is a classic learning materials arm. Start on the arm as well as documents related to the impression arm)
由于工作中的需要,自己写的三星ARM S3C2440的BOOTLOADER,包含所有的工程文件。 最大特点:代码简单,易懂。 有三个功能:下载程序、烧写FLASH、初始化最小ARM板级环境(Because of work needs to write its own Samsung ARM S3C2440 of BOOTLOADER, contains all the project file. Most prominent feature: the code is simple, easy to understand. Has three functions: to download programs, programmer FLASH, initialize minimum ARM board-level environment)