-
JTAG的驱动程序,一般都是用在相对应的嵌入式ARM处理器上,这个事实用在LPC2210上面。...
JTAG的驱动程序,一般都是用在相对应的嵌入式ARM处理器上,这个事实用在LPC2210上面。-JTAG drivers are generally used in relation to the embedded ARM processor, with the fact that the LPC2210 above.
- 2022-03-10 04:15:46下载
- 积分:1
-
调试中出现的问题,你该怎么办?一些心得教你怎么样发现问题,解决问题,看看为好...
调试中出现的问题,你该怎么办?一些心得教你怎么样发现问题,解决问题,看看为好-Debugging the problem, how do you do that? Some experiences to teach you how kind identify problems and solve problems, look to the good
- 2022-04-20 18:15:01下载
- 积分:1
-
和手臂
此代码允许用户从文件中读取整数将它们相加并出结果。
- 2023-07-27 08:10:02下载
- 积分:1
-
诺基亚端口3310显示
port of ARM to NOkia 3310 display
- 2022-03-29 19:33:04下载
- 积分:1
-
很经典的周立功arm培训精华,很全很强大
很经典的周立功arm培训精华,很全很强大-zhou li gong arm
- 2023-05-23 09:20:04下载
- 积分:1
-
这个是三星arm9芯片的PLL源码,不可多得啊
这个是三星arm9芯片的PLL源码,不可多得啊-This is a Samsung ARM9 chip PLL source, rare ah
- 2023-06-29 08:10:04下载
- 积分: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
-
编写ARM程序的好帮手!这是ARM指令集!
编写ARM程序的好帮手!这是ARM指令集!-ARM program write a good helper! This is the ARM instruction set!
- 2023-07-14 15:35:03下载
- 积分:1
-
用计时器实现的精准的延时程序的代码,希望对大家有用,基于LPC2103...
用计时器实现的精准的延时程序的代码,希望对大家有用,基于LPC2103-With the timer delay to achieve the precise procedure code
- 2023-03-08 17:30:04下载
- 积分:1
-
国半usbn9604芯片开发办的源码,支持usb控制、中断、批量、同步传输。...
国半usbn9604芯片开发办的源码,支持usb控制、中断、批量、同步传输。- The country half usbn9604 chip development manages the source
code, supports the usb control, the severance, the batch, the
synchronized transmission.
- 2022-11-29 10:40:04下载
- 积分:1