CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - app
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - app - List
[
ARM-PowerPC-ColdFire-MIPS
]
JFlash_MM_W_Src_0511
DL : 0
这个程序是我自己写的,主要用于PXA255的烧写,经过我修改后,特别方便JTAG下,CPU的调试,可以测试CPU的各个IO脚,无需跑操作系统,即可简单查看外设是否正常。参照APP子目录下的使用方法即可。在微软的JflashMM上做了修改。-I wrote it myself, mainly for the PXA255 burning, I have revised, especially convenient JTAG, the CPU test, the CPU can test various IO feet without running the operating system, simple View peripherals can be normal. APP subdirectory under the light of the method can be used. Microsoft has done a JflashMM changes.
Date
: 2026-01-09
Size
: 110kb
User
:
王成云
[
ARM-PowerPC-ColdFire-MIPS
]
ARM7_Ucos_for_LPC2104_Proteus
DL : 1
ucosII在ARM7 LPC2104上的移植完整源程序, 可以在软件proteus上仿真. 说明: 1.应用实例为\ArmUCOS\App\test1\test.mcp,在周立功2104的扳子上 的ram中就可直接运行(code+data<16K), 注意使用了.a库文件(也可在和仿真软件proteus运行) 2. 将所有的文件放到D:\ArmUCOS\下,这样上面的文件能直接编译-ucosII the ARM7 LPC2104 integrity of the transplant source, the emulation software lic. Note : 1. Application examples \ ArmUCOS \ App \ test1 \ test.mcp. Zhou, who in the 2104 wrench on the ram which can be run directly (code+ data
Date
: 2026-01-09
Size
: 505kb
User
:
[
ARM-PowerPC-ColdFire-MIPS
]
YL2410-APP
DL : 0
优龙嵌入式开发箱上的源代码 包括 系统硬件启动配置-Lung embedded development box on the source code, including system hardware configuration start
Date
: 2026-01-09
Size
: 2.97mb
User
:
单冯
[
ARM-PowerPC-ColdFire-MIPS
]
IAR_44b0_basic
DL : 0
44b0 base IAR 4.20a IDE, only the basic test, can run to C-main, usr can add owner app in it -44b0 base IAR 4.20a IDE, only the basic test, can run to C-main, usr can add owner app in it
Date
: 2026-01-09
Size
: 29kb
User
:
王志军
[
ARM-PowerPC-ColdFire-MIPS
]
TFTP_USB_LOAD
DL : 0
支持tftp、USB下载APP的bootload源程序,在ADS1.2与FS2410环境中调试通过。-Support tftp, USB download Bootload source of APP in ADS1.2 and debugging environment through FS2410.
Date
: 2026-01-09
Size
: 1.13mb
User
:
wjp
[
ARM-PowerPC-ColdFire-MIPS
]
rtc
DL : 0
S3C44B0X/uClilux下的时钟驱动,driver目录下为驱动程序,实现了读取、设置功能,app目录为应用层测试程序-S3C44B0X/uClilux under the clock driver, driver directory for the driver realized the read, set up functions, app directory for the application layer testing procedures
Date
: 2026-01-09
Size
: 4kb
User
:
邵可杰
[
ARM-PowerPC-ColdFire-MIPS
]
AT91SAM7S256-GettingStarted-KEIL_u3V3_10-1_1
DL : 0
Atmel SAM7S256 App program.
Date
: 2026-01-09
Size
: 561kb
User
:
DarkHorse
[
ARM-PowerPC-ColdFire-MIPS
]
AutoShutDo1721923192004
DL : 0
This app will auto shut down your win xp computer by setting the time.
Date
: 2026-01-09
Size
: 75kb
User
:
Rusty
[
ARM-PowerPC-ColdFire-MIPS
]
S5PC100_App_Note_Rev11
DL : 0
Samsung S5PC100 Application Notes , Revision -Samsung S5PC100 Application Notes , Revision 11
Date
: 2026-01-09
Size
: 357kb
User
:
Marius Cirsta
[
ARM-PowerPC-ColdFire-MIPS
]
app
DL : 0
一款在ARM2440上开发板实现MP3播放的应用程序源码, 里面含有Makefile文件-ARM2440 on a development board in the MP3 player to achieve the application source code, which contains a Makefile file
Date
: 2026-01-09
Size
: 6kb
User
:
大树
[
ARM-PowerPC-ColdFire-MIPS
]
EVM_OMAP3530
DL : 0
TI OMAP3530 Source code DIRS= COMMON BSP_COMMON BOOTLOADER DRIVERS KITL OAL A-TI OMAP3530 Source code DIRS= COMMON BSP_COMMON BOOTLOADER DRIVERS KITL OAL APP
Date
: 2026-01-09
Size
: 1001kb
User
:
ubl
[
ARM-PowerPC-ColdFire-MIPS
]
C8051F-Bootloader-IAP
DL : 0
经个数小时的努力,终于有了成果,在网上查看了丛多教材,没一个说点样使用,我编译出来的和官方的总是不一样,最后在GOOGLE上翻译了AN200终于找到答案,在官方用户的APP中加入图片中的INTVECTOR(0x1200) INTERVAL(3) 和CODE(0x1200-0x3BFD) 就可以了,自己的APP也依样葫芦吧,BOOTLOADER就直接使用官方的吧,熟识后再自己改 具体编译是AN200SW\USB_Bootloader_Firmware_Source\ 打开 cleanup 先清除一下,运行USB_BL,设置一下Project-Tool chain Integration中的Keil中的路径为你安装Keil路径 Project-Build file Location中的Download file Generation使用Execute batch file on Build Cor Batch file文件使用AN200SW\USB_Bootloader_Firmware_Source中的USB_BL_Build批处理命令,具体看你是那个型号MCU,比如我使用C8051F340 64K的就选用USB_BL_Build_F34X_64K,最后勾选Generrate hex f:即可得到BOOTLOADER的HEX文件,把它下载到MCU中再用\AN200SW\USB_Bootloader_Software\USB_Bootloader_Software_Executable\USBBootloader.exe下载用户app.到这里,一个BOOTLOADER就完成了-C8051F Bootloader IAP
Date
: 2026-01-09
Size
: 1008kb
User
:
youtan
[
ARM-PowerPC-ColdFire-MIPS
]
an10916
DL : 0
lpc1700dsp库 针对NXP LPC1700系统CORTEX M3 处理器,使用MDK开发平台,包含所有功能模块,外设的驱动与实例 LPC1700_EFSL_Prj/efsl/docs/pages/CVS/ LPC1700_EFSL_Prj/efsl/docs/pages/CVS/Entries LPC1700_EFSL_Prj/efsl/docs/pages/CVS/Repository LPC1700_EFSL_Prj/efsl/docs/pages/CVS/Root-NXP App Note AN10916 ported to GCC. The orignal code can be downloaded from NXP support page here : AN10916 FAT library EFSL and FatFs port on NXP LPC1700 (with software) V1 (Mar 4, 2010)
Date
: 2026-01-09
Size
: 1.85mb
User
:
wang
[
ARM-PowerPC-ColdFire-MIPS
]
ARM-Cortex-M3-app
DL : 0
arm cortex m3开发的使用说明。-arm cortex m3 develop .
Date
: 2026-01-09
Size
: 2.54mb
User
:
mm
[
ARM-PowerPC-ColdFire-MIPS
]
Update_APP
DL : 0
STM32 IAP升级程序 已通过硬件验证,另有APP程序,需要的请联系!-STM32 IAP upgrades
Date
: 2026-01-09
Size
: 1.98mb
User
:
张志刚
[
ARM-PowerPC-ColdFire-MIPS
]
Variable-Auxiliary-Power-Supply-for-low-power-app
DL : 0
voltage regulator for industrial application
Date
: 2026-01-09
Size
: 3kb
User
:
sridharan
[
ARM-PowerPC-ColdFire-MIPS
]
dbase
DL : 0
国芯6101d APP源代码,开发包数据-国芯6101d APP
Date
: 2026-01-09
Size
: 4kb
User
:
langzm
[
ARM-PowerPC-ColdFire-MIPS
]
LM3SAPP_Bootloader_Update_Note
DL : 0
Cortex-M3,LM3S在线升级解决方案及代码,APP代码分为两个运行区-Cortex-M3, LM3S online solutions and code upgrades, APP code is divided into two operating areas
Date
: 2026-01-09
Size
: 876kb
User
:
牧车
[
ARM-PowerPC-ColdFire-MIPS
]
SPI01-APP-Pictrue-TCP
DL : 0
实现从SD卡读取图片,通过wifi模块,使用TCP协议发送到手机APP显示-transfer the pictrue microsd to APP on mobilephone with TCP protocal
Date
: 2026-01-09
Size
: 1.13mb
User
:
Careyl
[
ARM-PowerPC-ColdFire-MIPS
]
DX-BT05蓝牙应用
DL : 0
演示了在STM32上开发通过蓝牙和手机通信的功能(This program shows how to build communications in STM32 via bluetooth with cell phone APP.)
Date
: 2026-01-09
Size
: 6.62mb
User
:
mzg888
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.