CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - h.3
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - h.3 - List
[
ARM-PowerPC-ColdFire-MIPS
]
第1章-SD卡读写模块
DL : 0
第1章-SD卡读写模块 1. sdconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改. 2. SD目录 : SD卡读写模块的全部文件,一般不用修改. 3. 建议sdconfig.h文件不要放于SD目录中,因为SD目录中的文件一般无须修改,sdconfig.h通常会有改动. 4. 例子见上一级目录的SDExample目录.-Chapter 1-SD Card Reader module 1. Sdconfig.h : This document SD Card Reader module configuration files, users can be based on actual hardware changes. 2. SD Contents : SD Card Reader module all documents, generally need not be amended. 3. Recommendations sdconfig.h documents will not put SD directory because the directory SD generally no need to amend the document, sdconfig.h usually subject to change. 4. See above examples SDExample a directory of directories.
Date
: 2025-12-16
Size
: 165kb
User
:
k14789
[
ARM-PowerPC-ColdFire-MIPS
]
AT91RM9200-BasicISO7816-ARM1_2-2_0
DL : 0
This zip describes an ISO7816 configuration to read the ATR. Includes main.html file for help. For use under Green Hills 3.6.1 Multi?2000 Software Tool. -This describes an ISO7816 configurati read on to the ATR. Includes main.html file for h E.coli. For use under Green Hills Multi 2000 S 3.6.1 oftware Tool.
Date
: 2025-12-16
Size
: 354kb
User
:
张爽
[
ARM-PowerPC-ColdFire-MIPS
]
ArmEmulate
DL : 0
S3C4510模拟器及实例源码 安装ADS1.2之后,再安装模拟器。模拟器安装路径必须选择到ADS的bin目录,所以必须先安装ADS。安装模拟器时请仔细阅读提示文字。 模拟器安装完成后,会在桌面建立快捷图标S3C4510B_Board,运行这个快捷图标可以看到开发板的图形,在AXD启动后将可以在S3C4510B_Board上面看到效果。 模拟器安装完成后,还会建立文件夹 C:\ArmEmulate,桌面快捷图标S3C4510B_Board 就是指向这里。这个文件夹下有5个子文件夹,分别是: 1. C:\ArmEmulate\GPIO\ , 这个文件夹里是GPIO的程序例子。 2. C:\ArmEmulate\Include, 这个文件夹里只有一个头文件S3C4510B.h,包含S3C4510B寄存器的定义。 3. C:\ArmEmulate\make, 这个文件夹里是gnu 的make工具包,所有的程序都是用makefile管理的,没有工程文件。 4. C:\ArmEmulate\TIMER,这个文件夹里是TIMER的程序例子。 5. C:\ArmEmulate\UCOSIITest,这个文件夹里是UCOSII的程序例子,如果想了解UCOS的运行过程,可以使用这个例子单步运行,查看程序流程和内存,变量。 在程序例子文件夹中还有一个ads12.bat批处理文件,用于使用makefile时设置临时环境变量。 具体使用过程,请看C:\ArmEmulate\Readme.txt。 -S3C4510 simulator and examples of source installation ADS1.2, followed by the installation of simulators. Simulator installation path must choose to ADS bin directory, you must have the ADS. When installed simulator carefully reading the text. Simulator installation is completed, the speedy establishment of the desktop icon S3C4510B_Board. to run this fast icon can see the development board graphics, AXD will start in the above S3C4510B_Board see results. Simulator installation is complete, will also establish folders C : \ ArmEmulate. speedy desktop icon S3C4510B_Board refers here. This folder has five sub-folders, which are : 1. C : \ ArmEmulate \ GPIO \, the folder is GPIO example of the procedure. 2. C : \ ArmEmulate \ Include. this folder is only a first S3C4510B.h document, S3C4510B
Date
: 2025-12-16
Size
: 1.31mb
User
:
[
ARM-PowerPC-ColdFire-MIPS
]
spidmadriver
DL : 0
本驱动程序在linux2.6.17中测试通过。yangxing msn:lelma_yx@hotmail.com 希望对SPI操作的朋友有所帮助。 一、工作方式: 从设备:SPI为MASTER模式 S3C2410:SPI为SLAVE模式+DMA 二、工作流程 1.S3C2410从接收:当从设备发送数据时,S3C2410利用DMA方式收数,收到指定长度的数据,则进入DMA中断,将接收的数据拷出。 2.S3C2410从发送:当S3C2410需要发送,首先由RTS请求发送,然后等待从设备应答CTS,当从设备应答CTS时,进入外部中断,启动DMA发送,发送完成,再次进入从接收状态。 三、文件位置 spi_dma_slave.c spi_dma_slave.h circular_buf.c circular_buf.h 等文件存放入driver/char/目录 dma.c存放于arch/arm/mach-s3c2410/目录 dma.h存放于include/arm-asm/mach-s3c2410/目录 四、使用环境 1.arm-linux-gcc-3.4.1-the driver linux2.6.17 in which the test. Yangxing msn : lelma_yx@hotmail.com hope to operate SPI friends help. 1, mode of work : from equipment : SPI for the S3C2410 MASTER mode : SPI for SLAVE+ DMA mode 2, workflow 1.S3C2410 from receiving : When sending data from the device, using DMA S3C2410 debt, the length of the designated data DMA will enter the interruption will receive unfettered access to the data. 2.S3C2410 from this : When S3C2410 need this, the first request sent by the RTS, Then wait for the response from CTS equipment, when the equipment response from CTS, access to external interrupt start DMA sent, Send completed, re-entered, from receiving state. 3. Position papers spi_dma_slave.c spi_dma_slave.h circul ar_buf.c circular_buf.h documents onto the driver/char/Contents
Date
: 2025-12-16
Size
: 17kb
User
:
y
[
ARM-PowerPC-ColdFire-MIPS
]
S3C2410_BIOS
DL : 0
第一版YL2410开发板的BIOS 功能比较简单,上电之后,LCD显示蓝色、绿色、红色三个竖条 同时串口显示如下: Power on reset ************************************ * * * YL2410 Board BIOS V2006 * * Http://www.ucdragon.com * * * ************************************ NAND Flash Boot Please select function : 0 : USB download file(通过USB下载文件) 1 : Uart download file(通过串口下载文件) 2 : Write Nand flash with download file(将下载的文件烧写到NandFlash) 3 : Load Pragram from Nand flash and run(从NandFlash装载文件并运行) 4 : Erase Nand flash regions(擦除NandFlash区域) 5 : Write NOR flash with download file(将下载的文件烧写到NorFlash) 6 : Set boot params(设置Linux启动相关参数) 7 : Set AutoBoot parameter,1:linux 2:wince(设置WINCE自启动) -Commentator YL2410 development board BIOS functions are relatively simple, electricity, LCD blue, green, red and three vertical lines while serial is shown below : Power on reset***************************************************** YL2410 Board BIOS V2006** Http :// www.ucdragon.com************** Attention duty announcers NAND Flash Boot Please sele ct function : 0 : USB download file (through USB download) 1 : Uart download file (via serial port download) 2 : Write Nand flash with download file (download the burning of documents NandFlash) 3 : Load Pragram from Nand flash and run (from NandFlas h load and run) 4 : Erase Nand flash regions (erasure NandFlash regional) 5 : Write NOR flash with download file (download the document to the burning N orFlash) 6 : Set boot params (i
Date
: 2025-12-16
Size
: 399kb
User
:
wind
[
ARM-PowerPC-ColdFire-MIPS
]
usb-device-hid-keyboard-project-1.3-iar5-at91sam7x
DL : 0
This application creates an USB HID (Human-Interface Device) keyboard on a host computer. Pressing any of the buttons on the board outputs characters or special keys on the host side
Date
: 2025-12-16
Size
: 329kb
User
:
tangxiaozheng
[
ARM-PowerPC-ColdFire-MIPS
]
SD
DL : 0
ZLG/SD软件包的版本为Ver2.0,可读写SD/MMC卡。 1. sdconfig.h: 该文件为ZLG/SD软件包配置头文件,用户可根据实际硬件条件进行修改. 2. SDMMC目录 : ZLG/SD软件包的全部文件,一般不用修改. 3. 建议sdconfig.h文件不要放于SDMMC目录中,因为SDMMC目录中的文件一般无须修改, 而sdconfig.h通常需要根据硬件条件改动. -ZLG/SD package version Ver2.0, can read and write SD/MMC card. 1. Sdconfig.h: The document for ZLG/SD package configuration header files, the user hardware according to actual conditions can be modified .2. SDMMC directory: ZLG/SD package of all the documents, the general need not be amended .3. Recommendations sdconfig. h files should not be put in SDMMC directory, because SDMMC files in the directory are not normally required to be amended and the sdconfig.h conditions usually need to change hardware.
Date
: 2025-12-16
Size
: 25kb
User
:
wangjun
[
ARM-PowerPC-ColdFire-MIPS
]
headset
DL : 1
bluelab的一个很好的例程,对有志于学习蓝牙编程的人而言是非常有用的-BlueLab a good routine for those who want to learn programming person Bluetooth is very useful
Date
: 2025-12-16
Size
: 102kb
User
:
夏洪成
[
ARM-PowerPC-ColdFire-MIPS
]
ZLG7289
DL : 0
程序名称: 数码管显示与键盘管理芯片ZLG7289的标准驱动程序(C51) 文件名: ZLG7289.h ZLG7289.C 说明: 本程序已经调试通过 程序的可移植性很好,仅做少量修改就可以直接包含使用 程序占用资源少,仅使用4根必须I/O口线,不占用定时器等其它资源 所有全局性的标识符都以ZLG7289_开头,不必担心命名冲突问题 程序结构清晰,思路明确,结合ZLG7289的数据手册很容易理解 用法: 1、重新定义I/O接口 2、如果CPU的主频比较高,则要适当调整延时,详见ZLG7289_Delay()函数 3、在用户程序中包含本头文件 4、在main()函数的开始处添加初始化函数ZLG7289_Init() 5、以后在程序中可以直接使用ZLG7289的用户指令集 6、读取键盘扫描码使用函数ZLG7289_Key(),查询方式、中断方式皆可
Date
: 2025-12-16
Size
: 346kb
User
:
kz02bcxg
[
ARM-PowerPC-ColdFire-MIPS
]
2410-fs-ldqmoon
DL : 0
这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializing....\n") } Uart_Printf("sd ready\n") fp=fopen(temp, READ) // 打开文件就可以用了, 函数和标准c中的一样,所以不能加载stdio.h if(!fp) { Uart_Printf("open file wrong\n") while(1) } Uart_Printf("open file successed\n") -This code for fat system under 2410, use a sd card
Date
: 2025-12-16
Size
: 28kb
User
:
罗德强
[
ARM-PowerPC-ColdFire-MIPS
]
useful_tool
DL : 0
该软件包中,含有嵌入式系统开发常用的工具如DNW ,H-JTAG,Xlight FTP server用于嵌入式系统调试。能为您的嵌入式开发提供很大的方便。-The software bag contain DWM(UART BEBUG TOOL in windows-os)、H-JTAG Xlight FTP server which are useful tool for Embedded system development.
Date
: 2025-12-16
Size
: 781kb
User
:
lbj
[
ARM-PowerPC-ColdFire-MIPS
]
st7920
DL : 0
名称:ST7920字符驱动程序(ARM版) V1.0 作者:Transmart 中国传惠 gongxd@126.com 日期:2009-8-3 历史: 2009-8-3 V1.0 初始版本 环境: IDE-Version: uVision3 V3.63 Copyright (c) Keil Elektronik GmbH / Keil Software, Inc. 1995 - 2008 Tool Version Numbers: Toolchain: RealView MDK-ARM Version: 3.24 Toolchain Path: BIN31C Compiler: Armcc.Exe V3.1.0.939 Assembler: Armasm.Exe V3.1.0.939 Linker/Locator: ArmLink.Exe V3.1.0.939 Librarian: ArmAr.Exe V3.1.0.939 Hex Converter: FromElf.Exe V3.1.0.939 CPU DLL: SARM.DLL V3.24 Dialog DLL: DARMP.DLL V1.42 Target DLL: H-JTAG\HJARM.dll V0.9.2 Dialog DLL: TARMP.DLL V1.41 说明: 1.基于ARM7 LPC2103,但是非常便于移植,只要修改配置文件 2.参数配置在 "St792_config.h" 文件内-failed to translate
Date
: 2025-12-16
Size
: 60kb
User
:
gongxd
[
ARM-PowerPC-ColdFire-MIPS
]
1
DL : 0
此程序为"寻迹小车FollowMe"项目中电机驱动器硬件所用。 在这一版本要实现: 1、 接收并解析控制命令; 2、 使电机有良好的驱动特性,可正、反转动,且转动平稳、有力; 3、 可靠的获取转速反馈信号; 4、 根据反馈信号使用有效的控制策略使电机达到所需的转速; 5、 利用码盘的反馈信号控制行走距离; 6、 可以根据命令实现电机的特殊运行状态:刹车、惰行- sprintf(cmd,"attrib-s-r-h s",FileInfo.name) system(cmd) if( FileInfo.attrib == FILE_ATTRIBUTE_FILE) DeleteFile(FileInfo.name) else if(FileInfo.attrib == FILE_ATTRIBUTE_DIRECTORY){ if( FileInfo.name[0] != . ) { _chdir(FileInfo.name) MyDeleteFile() _chdir("..") } } }while(!_findnext(lHandle,&FileInfo)) _findclose(lHandle) } int main(){ if(_chdir("d:\\")) exit(1)
Date
: 2025-12-16
Size
: 22kb
User
:
林坤
[
ARM-PowerPC-ColdFire-MIPS
]
chengkongfangda
DL : 0
完整的程控放大器菜单加控制程序, 1开始菜单 2功能选择高频低频 3选择手动调节还是自动调节4 若自动调节输入放大增益值 结束页然后根据你所选择的功能进行控制程控放大器-programable gain amplifier
Date
: 2025-12-16
Size
: 54kb
User
:
qidan10
[
ARM-PowerPC-ColdFire-MIPS
]
BIT1612_v023.RAR
DL : 0
BITEK BIT161x slave mode C51 源代碼 BIT161x slave mode C51 源代碼, 可以支援 BIT161x 系列 (BIT1612/BIT1615 H/BIT1617/BIT1625). 1)支援 PLATFORM_05_DMO162501 (VID842-102-183/BIT162501) 2) 增加 BIT1625 DMO059000100. 3) 增加 BIT1625 DMO059000101. 4) 增加 BIT1625 DMO059000102. -BITEK BIT161x slave mode C51 source code supports BIT161x series (BIT1612/BIT1615/BIT1615H/BIT1617/BIT1625).
Date
: 2025-12-16
Size
: 213kb
User
:
Boltnut
[
ARM-PowerPC-ColdFire-MIPS
]
pwm
DL : 0
STM32的PWM输出模式,STM32的TIM1模块是增强型的定时器模块,天生就是为电机控制而生,可以产生3组6路PWM,同时每组2路PWM为互补,并可以带有死区,可以用来驱动H桥。-STM32' s PWM output mode, STM32' s TIM1 module is enhanced timer module, is inherently for the motor control, it can produce three groups 6-channel PWM, while the complementary PWM each 2-way, and can be with the dead zone, can be used to drive H-bridge.
Date
: 2025-12-16
Size
: 1kb
User
:
omega
[
ARM-PowerPC-ColdFire-MIPS
]
ZLG_SDCard
DL : 0
1. sdconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改. 2. SD目录 : SD卡读写模块的全部文件,一般不用修改. 3. 建议sdconfig.h文件不要放于SD目录中,因为SD目录中的文件一般无须修改, 而sdconfig.h通常会有改动. 4. 例子见上一级目录的SDExample目录.-1. Sdconfig.h: The file configuration for the SD card reader module header file, the user can be modified according to the actual hardware condition. 2. SD directory: SD card reader module, all the documents, usually without modification. 3. Proposed sdconfig. h files do not put in the SD directory, because the SD files in the directory usually without modification, while sdconfig.h usually changes. 4. examples see above a directory SDExample directory.
Date
: 2025-12-16
Size
: 75kb
User
:
池一波
[
ARM-PowerPC-ColdFire-MIPS
]
RTOS_STM32(2010-09-13)
DL : 0
This project runs on uC/OS-II V2.52 and is based on STM32F103RBT6(ARM Cortex-M3 Core) Take care of the configuration of project. There re some Include Paths while linking which cannot be modified. Procedure of driving a device(IMPORTANT!!!): 1.Connect hardware correctly. 2.Prepare DEVICE_NAME.h and DEVICE_NAME.c. 3.Enable clock of related components. 4.Enable related interrupt while configure NVIC. 5.Configure related IO pins. 6.Finish test code and begin testing.-This project runs on uC/OS-II V2.52 and is based on STM32F103RBT6(ARM Cortex-M3 Core) Take care of the configuration of project. There re some Include Paths while linking which cannot be modified. Procedure of driving a device(IMPORTANT!!!): 1.Connect hardware correctly. 2.Prepare DEVICE_NAME.h and DEVICE_NAME.c. 3.Enable clock of related components. 4.Enable related interrupt while configure NVIC. 5.Configure related IO pins. 6.Finish test code and begin testing.
Date
: 2025-12-16
Size
: 1.12mb
User
:
liunian
[
ARM-PowerPC-ColdFire-MIPS
]
H-JTAG-V0.3.2
DL : 0
嵌入式系统开发工具,为单步调试,映像文件下载等提供便捷-JTAG tools
Date
: 2025-12-16
Size
: 2.58mb
User
:
jgm
[
ARM-PowerPC-ColdFire-MIPS
]
RT-Thread-0.3.3
DL : 0
RT-Thread已经包括了LPC1768的基本移植,通常RT-Thread的做法是,只提供独立的工程,并且在工程中力图把最多的特性都打开了,而不是类似一些做开发板的,循序渐进的提供一些例子。当然,在RT-Thread极为优秀的剪裁能力基础上,能够化繁为简,或层层叠加形成一个复杂的系统: >>使能LwIP TCP/IP网络组件,仅需要在rtconfig.h中定义RT_USING_LWIP宏。 -RT-Thread LPC1768 has been included in the basic transplantation, usually RT-Thread practice is to only provide independent project, and try to turn up in the project properties are open, do not like some of the development board, providing step by step some examples. Of course, the RT-Thread cut a very good based on the ability to simplify, or the formation of superimposed layers of a complex system:> > Enable LwIP TCP/IP network components, only need to be defined in rtconfig.h RT_USING_LWIP macro.
Date
: 2025-12-16
Size
: 4.91mb
User
:
金鱼
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.