-
三星公司s3c2410测试程序
三星公司s3c2410测试程序
三星公司s3c2410测试程序
三星公司s3c2410测试程序-Samsung S3C2410 Samsung S3C2410 test procedure test procedures
- 2022-03-21 02:24:58下载
- 积分:1
-
EasyARM2131 one source development board
EasyARM2131开发板源码之一----------- 3.GPIO输出实验-流水灯实验-EasyARM2131 one source development board----------- 3. GPIO output experiment- water Lights
- 2022-03-12 14:15:33下载
- 积分:1
-
吐血奉献基于ARM的启动代码bootloader
吐血奉献基于ARM的启动代码bootloader-hematemesis dedication ARM-based bootcode Bootloader
- 2022-04-15 03:27:16下载
- 积分:1
-
this is a standard vector interrupt process of s3c44b0,it explain clearly the pr...
这是一个标准的s3c44b0x向量中断程序,程序的注释行详细介绍了,向量中断方式下,处理器是如何找到ISR的-this is a standard vector interrupt process of s3c44b0,it explain clearly the processor how to find the ISR in vector interrupt mode
- 2022-01-30 13:36:06下载
- 积分:1
-
xlinix the SPARTAN
xlinix 公司的 SPARTAN-3 片子
Spartan-3E HDL 设计库指南
本人正在使用
如果需要其他信息的 可以和我联系-xlinix the SPARTAN-3 film Spartan-3E HDL design library guidelines are in use if I need other information can contact me and
- 2023-07-20 06:15:04下载
- 积分:1
-
STM32 开发板例子:RTC.
开发环境:Keil For ARM
STM32 开发板例子:RTC.
开发环境:Keil For ARM-STM32 development board example: RTC. Development Environment: Keil For ARM
- 2022-03-07 09:12:01下载
- 积分:1
-
lpc23xx sd文件系统源码 很有用 大家可以
lpc23xx sd文件系统源码 很有用 大家可以-lpc23xx sd source file system can be useful to everyone
- 2022-03-11 06:27:51下载
- 积分:1
-
介绍了手臂开发板测试程序开发的方法,使用了。
介绍ARM开发板测试程序开发方法,采用汇编语言-Introduction ARM development board test program development methodology, using assembly language
- 2023-07-28 07:35:03下载
- 积分:1
-
基于系统的接收机和发射机CYRF6936
CYRF6936 based system Receiver & transmiter
- 2022-03-05 23:16:05下载
- 积分: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