-
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
-
bf537的引导程序,完成各个寄存器的初始化等工作
bf537的引导程序,完成各个寄存器的初始化等工作-bf537 boot process to complete the initialization of the various registers, etc.
- 2022-03-23 19:06:48下载
- 积分:1
-
T6963 driver for ARM microcontroller
T6963 driver for ARM microcontroller-T6963 driver for ARM microcontroller
- 2023-04-08 21:40:03下载
- 积分:1
-
CPUfreq修改CPU频率
该程序模块中xllp_CPUfreq.s,xllp_freq.c,xllp_intc.s,xllp_freq.h四个文件是修改CPU频率的主要代码,使用前可以将这些文件和xllp目录下的文件编译在一起,以便可以在程序的任何地方调用它们,修改和读取CPU频率主要依靠调用xllp_freq.c文件中的两个函数完成:XLLPSetCoreRunFrequency,xllpGetCurrentFreqSetting。其余代码只是一个调用这两个函数的一个例子,也可以自己重新写一个。为了简便,可以将所有的文件当作一个驱动程序在同一个目录下编译,然后以流驱动的方式加载,再用应用程序控制。
- 2022-03-21 03:01:17下载
- 积分:1
-
arm s3c44b0x 的程序源码
arm s3c44b0x 的程序源码-arm s3c44b0x procedure source code
- 2023-02-25 05:35:03下载
- 积分:1
-
华恒的2410核心板原理图,用户只要按照图上的话,肯定没有问题...
华恒的2410核心板原理图,用户只要按照图上的话,肯定没有问题-huaheng core of the 2410 board schematics, as long as users of the Plan, will have no problem
- 2022-05-19 19:33:33下载
- 积分:1
-
本人已经在EASYARM调试板上验证过可以使用,请大家放心使用。...
本人已经在EASYARM调试板上验证过可以使用,请大家放心使用。-I have EASYARM debugging board certified can use, please rest assured use.
- 2022-11-12 14:55:03下载
- 积分:1
-
这是C8051F020单片机读、擦、写串行EEROM芯片M25P40(4M)的驱动程序。全部为自己根据25p40的datasheet编写的,都能够成功使用。M2...
这是C8051F020单片机读、擦、写串行EEROM芯片M25P40(4M)的驱动程序。全部为自己根据25p40的datasheet编写的,都能够成功使用。M25P40容量大,价格便宜,SPI接口,与8051单片机接口方便。-this is the driver of C8051F serial MCU to the EEROM chip M25P40.
- 2023-05-18 03:00:03下载
- 积分:1
-
Verilog语言实现交通灯,农场的道路和公路的十字路口,如果…
verilog语言实现交通灯,farm road和highway的十字路口,若农场路上检测到车,高速路上交通灯由绿变黄变红,农场路交通灯变绿。农场路上绿灯时间有上限,而高速路上绿灯时间有下限。包含.v文件和测试用.vwf文件-Verilog Language realize traffic lights, farm road and highway crossroads, if the farm on the road to detect vehicles, high-speed road traffic lights turn yellow from green red, green Farm Road traffic lights. Farm green time on the road has a ceiling, and high-speed on the road have the minimum green time. Contains. V documentation and testing. Vwf document
- 2022-04-10 13:07:06下载
- 积分:1
-
s3c2440 ADS下的LED测试程序,有一定参考价值!
s3c2440 ADS下的LED测试程序,有一定参考价值!-s3c2440 ADS under the LED test procedure, has a certain reference value!
- 2022-02-24 20:51:34下载
- 积分:1