-
ARM LPC2100串口编程实例,涉及一些串口参数设置及编程.
ARM LPC2100串口编程实例,涉及一些串口参数设置及编程.-ARM LPC2100 诒 实, noise of dashing waves 一些 诓 眉.
- 2022-02-06 23:08:22下载
- 积分:1
-
at91arm7处理器的启动源码
at91arm7处理器的启动源码-The prcocessor s starting source code of the at91arm7.
- 2022-02-24 20:06:57下载
- 积分:1
-
使用IXP系列XScale_ARM9的实用帮助文档,英文资料,希望对大家有所帮助~...
使用IXP系列XScale_ARM9的实用帮助文档,英文资料,希望对大家有所帮助~-IXP series XScale_ARM9 the use of practical help to document, in English, and they hope to be helpful to everyone ~
- 2022-01-23 10:52:38下载
- 积分:1
-
一定要看看,ARM相关
一定要看看,ARM相关-must look at the relevant ARM
- 2022-01-25 18:04:21下载
- 积分:1
-
通过RS485端口不停地发送数据0xaa,用示波器观察RS485端口A、B信号线上的波形或者用RS485接收器接收发送的字符。...
通过RS485端口不停地发送数据0xaa,用示波器观察RS485端口A、B信号线上的波形或者用RS485接收器接收发送的字符。-Through the RS485 port to send data continuously 0xaa, use oscilloscope to observe RS485 ports A, B signal waveform online or send RS485 receiver to receive characters.
- 2022-02-12 16:49:16下载
- 积分:1
-
FPGA digital electronic systems design and development of CD
FPGA数字电子系统设计与开发实例导航光盘内附源码-FPGA digital electronic systems design and development of CD-ROM containing source code examples of navigation
- 2022-03-17 05:52:47下载
- 积分:1
-
MP3的例程,很适用的一个MP范例。也可以设计一款MP3的参考
MP3的例程,很适用的一个MP范例。也可以设计一款MP3的参考-the routines, I am an MP applicable examples. A design can also reference MP3
- 2022-03-24 05:28:34下载
- 积分:1
-
arm7评估板eb40启动自检程序,ATMEL公司
arm7评估板eb40启动自检程序,ATMEL公司-arm7 Evaluation eb40 start self-inspection procedures, ATMEL Corporation
- 2022-07-05 13:37:30下载
- 积分:1
-
ARM7 source code
arm7的源代码-ARM7 source code
- 2022-02-03 11:41:53下载
- 积分: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