-
s3c44b0,开发板上测试usb的host/device的源程序,ads调试通过
s3c44b0,开发板上测试usb的host/device的源程序,ads调试通过-s3c44b0, development board test usb the host/device source, Debugging through ads
- 2022-03-16 15:15:54下载
- 积分:1
-
这是一个有关ARM嵌入式控制器的书籍,文件格式为PDF,是学习ARM的一本好书。...
这是一个有关ARM嵌入式控制器的书籍,文件格式为PDF,是学习ARM的一本好书。-the ARM Embedded Controller books, documents in PDF format for the study is an ARM books.
- 2022-08-15 02:33:06下载
- 积分:1
-
systick_ram
STM32 SYSTICK 配置 RAM运行 改动网上的源代码,可以在RAM中运行
- 2022-03-25 00:44:16下载
- 积分:1
-
ARM Cortex
ARM Cortex-M3 系列处理器 的实验代码,内容很全,涉及片内和外围所有部件编程。(Keil环境)
-ARM Cortex-M3 family of processors experimental code, content is very wide, involving all the components and peripherals on-chip programming. (Keil environment)
- 2022-03-13 10:30:42下载
- 积分:1
-
stm32f10x_stdperiph_lib
ST公司STM32芯片软件库源代码。包括工程文件,软件库,各个外设例程-stm32f10x_stdperiph_lib
- 2023-02-07 01:15:05下载
- 积分:1
-
arm_s3c2410无操作系统的源码---写linux驱动的好资料
arm_s3c2410无操作系统的源码---写linux驱动的好资料-arm_s3c2410 no source operating system Linux-- was driven by good data
- 2022-12-02 13:30:03下载
- 积分:1
-
c51和8019实现单片机上网,ping arp等都调试通过
c51和8019实现单片机上网,ping arp等都调试通过-C51 and 8019 Singlechip realize the Internet, ping arp debugging and so on through
- 2022-09-18 23:40:03下载
- 积分:1
-
ARM的内存管理说明文档,详细描述了mmu的运行机制
ARM的内存管理说明文档,详细描述了mmu的运行机制-mmu programming for arm
- 2022-01-26 03:09:55下载
- 积分:1
-
AT91RM9200 DataFlash boot源码
AT91RM9200 DataFlash boot源码-AT91RM9200 DataFlash boot source
- 2022-12-27 16:50: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