-
ARM
基于ARM的应用,网上找到的源码,分成六个上全,这是1-ARM-based applications, the Internet source code, divided into six on the whole, this is a
- 2022-02-25 07:27:55下载
- 积分:1
-
通常我们需要将板上的Flash芯片拆下,用Flash编程器烧写固件程序;这个程序可以通过CCS运行Emu模式直接将程序烧写到flash芯片中。...
通常我们需要将板上的Flash芯片拆下,用Flash编程器烧写固件程序;这个程序可以通过CCS运行Emu模式直接将程序烧写到flash芯片中。-Usually we need to board the Flash chip removed, Programming with Flash burning device firmware procedures; This procedure can be run through the CCS model Emu directly to the process of burning flash chip.
- 2022-02-26 12:06:10下载
- 积分:1
-
usbio example. bulk transfer. platform bf533+usblan card.
usbio example. bulk transfer. platform bf533+usblan card.-usbio example. Bulk transfer. Platform bf 533 usblan card.
- 2022-06-01 02:38:06下载
- 积分:1
-
一个关于触摸屏ADS7843芯片的中文技术资料,,比较难得,
一个关于触摸屏ADS7843芯片的中文技术资料,,比较难得,-a touch screen on the Chinese chip ADS7843 technical information, the more desirable,
- 2022-02-21 18:14:52下载
- 积分:1
-
arm 开发板流水灯代码(汇编, C语言)
ARM FS4412 开发板 点灯程序
流水灯的汇编以及C语言代码
- 2022-05-07 08:36:18下载
- 积分:1
-
2440开发板上的LED测试程序,有参考价值!
2440开发板上的LED测试程序,有参考价值!-2440 development board LED test procedure, a reference value!
- 2022-03-17 22:55:22下载
- 积分:1
-
S3C2410 realize in the CAN bus protocol and driver, including driver source code...
在S3C2410上实现CAN总线的协议及驱动,包含驱动源代码,在ADS环境下开发-S3C2410 realize in the CAN bus protocol and driver, including driver source code, in the ADS environment to develop
- 2022-09-24 18:40:02下载
- 积分:1
-
freescale芯片9s12dp256的示例程序,实现一些芯片基本功能,详见包内说明,适合初学者...
freescale芯片9s12dp256的示例程序,实现一些芯片基本功能,详见包内说明,适合初学者-Freescale chips 9s12dp256 sample procedure realize some of the basic functions of the chip, as detailed in note package, suitable for beginners
- 2022-04-17 16:02:38下载
- 积分:1
-
led_pic_flash
#include
//#include
//#include "pic16f877.h"
//#include "pic18f4539.h"
//#include "pic18f452.h"
//htc.h
//==========================================================
void delay(unsigned int value)
{ while(value>0) value--; }
//==========================================================
//================================================
//#pragma config FOSC = HS, WDTE = OFF, CP = OFF, PWRTE = OFF
//__CONFIG(FOSC_HS & WDTE_OFF & DEBUG_OFF );
//__CONFIG(HS & WDTE_OFF & DEBUG_OFF );
#pragma config OSC = HS,WDT =OFF
#pragma config PWRT = OFF
//#pragma config OSC = HSPLL
#pragma config WDT = OFF
#pragma config LVP = OFF
void main(void) {
//CLEARBIT(TRISD,0xff);
//SETBIT(PORTD,0xff);
TRISB=0x00
- 2023-05-01 00:10:04下载
- 积分:1
-
flash烧写器,支持WRIGGLER和SDT的JTAG(运行时可自动选择)
flash烧写器,支持WRIGGLER和SDT的JTAG(运行时可自动选择)-burning flash devices, and support WRIGGLER SDT JTAG (runtime can automatically select)
- 2022-05-07 04:38:06下载
- 积分:1