-
Freescale MPC880 Hardware Manual
Freescale MPC880 硬件手册-Freescale MPC880 Hardware Manual
- 2022-03-02 04:44:44下载
- 积分:1
-
uClinux上的应用程序设计对ARM芯片S3C44B0。
uClinux上的应用程序设计对ARM芯片S3C44B0。-uClinux applications on the design of the ARM chip S3C44B0.
- 2022-06-12 17:17:49下载
- 积分:1
-
基于UART的加法器的实现
应用串口调试工具作为外部输入与输出的接口,实现多位数的相加。即通过UART串口分别输入需要相加的多位数A与B,最后把A和B两个多位数相加的过程和结果,回显给用户。具体实现方法:应用UART中断。
- 2022-03-26 18:52:25下载
- 积分:1
-
这是philips公司mifare卡的读写源程序DEMO,在他们公司下载需要特殊认证,对于开发射频卡十分有意义...
这是philips公司mifare卡的读写源程序DEMO,在他们公司下载需要特殊认证,对于开发射频卡十分有意义-This is the philips company mifare cards read and write source DEMO, download in their company in need of special certification, for the development of the RF card is very meaningful,
- 2022-04-13 07:16:30下载
- 积分:1
-
EEPROM
EEPROM-IIC串行接口器件24C01及C51编程-EEPROM-IIC serial interface device programming 24C01 and C51
- 2022-06-17 08:41:46下载
- 积分:1
-
SDRAM是AT91SAM7SE测试代码中的应用。
在AT91SAM7SE上测试sdram用的代码。-SDRAM AT91SAM7SE test in the code used.
- 2023-01-07 15:15:03下载
- 积分: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 44B0原理图,能跑通
我自己画的ARM 44B0原理图,能跑通-ARM 44B0 schematics, able to run Qualcomm
- 2022-04-01 09:42:31下载
- 积分:1
-
x86平台的usb摄像头驱动程序,把dll文件加入到系统中就可以驱动摄像头了,芯片为ovt511的...
x86平台的usb摄像头驱动程序,把dll文件加入到系统中就可以驱动摄像头了,芯片为ovt511的-OVT511 s Driver for USB Cam on x86 platform. Just copy the DLL file to your system and drive the Cam!
- 2022-01-28 15:33:14下载
- 积分:1
-
基于三星ARM2410,移植了UCOS操作系统的触摸屏驱动程序,开发环境为ADS...
基于三星ARM2410,移植了UCOS操作系统的触摸屏驱动程序,开发环境为ADS-Based on Samsung ARM2410, transplantation of the Touch Panel UCOS operating system driver development environment for ADS
- 2022-03-18 23:10:46下载
- 积分:1