-
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
-
ylp2410的功能测试程序源码,包括常用接口的测试,非操作系统下进行的,已经过测试可用...
ylp2410的功能测试程序源码,包括常用接口的测试,非操作系统下进行的,已经过测试可用-ylp2410 source of functional test procedures, including the commonly used interface test, carried out under non-operating system, has been tested can be used
- 2022-01-26 01:36:22下载
- 积分:1
-
一个简易调试器(支持ARM7TDMI)
一个简易调试器(支持ARM7TDMI)-a simple debugger (Support ARM7TDMI)
- 2022-08-19 15:37:31下载
- 积分:1
-
使用SPI接口读写SD/MMC代码,ARM7系列
使用SPI接口读写SD/MMC代码,ARM7系列-use SPI interface reader SD/MMC code ARM7 family
- 2022-08-24 09:13:12下载
- 积分:1
-
实现 ez
实现 ez-usb fx2 的USB标准请求-Ez-usb fx2 implementation of the USB standard requests
- 2022-04-19 15:41:47下载
- 积分:1
-
WIN2000 版本JTAG使用说明,很详细,很有用
WIN2000 版本JTAG使用说明,很详细,很有用-err
- 2023-09-06 15:40:03下载
- 积分:1
-
基于arm7板的录音程序,在三星的板子上测试通过
基于arm7板的录音程序,在三星的板子上测试通过-Based on the ARM7 board recording procedures, the Samsung
- 2022-07-01 19:40:04下载
- 积分:1
-
S3C44B0X微处理器在汽车防抱死控制系统中的应用
S3C44B0X微处理器在汽车防抱死控制系统中的应用-S3C44B0X microprocessor in Anti-lock Braking System Application
- 2022-10-01 03:15:03下载
- 积分:1
-
基于ARM7 7x256芯片的USB通信实现, 编译器IAR4.X以上版本.
基于ARM7 7x256芯片的USB通信实现, 编译器IAR4.X以上版本.-Chips based on ARM7 7x256 realize USB communication, the compiler IAR4.X above.
- 2022-10-25 16:20:03下载
- 积分:1
-
This code is in the public board S3C44B0 testing procedures, including boodloade...
此代码是在S3C44B0公板上的测试程序,包括boodloader,flash,lcd,common等-This code is in the public board S3C44B0 testing procedures, including boodloader, flash, lcd, common, etc.
- 2022-06-02 05:46:24下载
- 积分:1