-
S3C44B0x中RTC的使用方法 寄存器的使用很有借鉴意义
S3C44B0x中RTC的使用方法 寄存器的使用很有借鉴意义 -S3C44B0X in the RTC registers to use the use of referential significance to
- 2022-09-05 16:55:03下载
- 积分:1
-
ARM9 2440 Serial 应用开发程式软件
ARM9 2440 Serial 应用开发程式软件-ARM9 2440 Serial Application Development Software
- 2022-07-10 05:06:25下载
- 积分:1
-
用于arm2410开发系统,使用时间中断产生脉冲信号,可测试系统可测试的最短信号...
用于arm2410开发系统,使用时间中断产生脉冲信号,可测试系统可测试的最短信号-for arm2410 development system, the use of time interrupt pulse signal test system may be the shortest test signal
- 2022-03-03 09:02:36下载
- 积分:1
-
如何将移植到三星的
介绍了uboot 如何移植到三星的S3C2410上面,为S3C2410的bootloader更丰富。-How to introduce a uboot transplanted to Samsung
- 2022-01-26 02:45:12下载
- 积分:1
-
arm系统bootloader,包括网络TFTP,USB等方式下载IMAGE到目标板上...
arm系统bootloader,包括网络TFTP,USB等方式下载IMAGE到目标板上-arm system, including network TFTP, USB, etc. IMAGE downloaded to the target board
- 2023-06-16 08:15:03下载
- 积分:1
-
XS128 经典12864液晶程序
XS128 经典12864液晶程序
- 2022-11-25 20:40:04下载
- 积分:1
-
S3C2410的串口驱动程序,移植简单,可以作您驱动程序设计的参考。...
S3C2410的串口驱动程序,移植简单,可以作您驱动程序设计的参考。-S3C2410 serial driver, transplantation simple, can be used as your driver reference design.
- 2022-04-14 22:13:14下载
- 积分:1
-
行列键盘扫描,不同的I/O口,具有很大的参考价值
行列键盘扫描,不同的I/O口,具有很大的参考价值-The ranks of the keyboard scanning, different I/O port, and it is very useful
- 2022-03-23 22:43:58下载
- 积分: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的应用Source5,在网上找到的源码,分成六个,这个是5-ARM-based application Source5 the Internet to find the source code is divided into six, 5
- 2022-03-24 15:29:50下载
- 积分:1