-
用LPC2106做的ARM开发板
用LPC2106做的ARM开发板-do with the LPC2106 ARM development board
- 2022-05-12 13:31:21下载
- 积分:1
-
用C8051F实现LED显示的C程序。源码
用C8051F实现LED显示的C程序。源码-LED display with C8051F achieve C program. Source
- 2022-07-08 11:00:59下载
- 积分:1
-
嵌入式系统
此文档详细讲解了Linux如何移植到ARM平台,是十分的难得的一个文档。-Embedded Systems- ARM- Porting the Linux kernel to a new ARM Platform
- 2022-04-12 16:31:31下载
- 积分:1
-
This document can be considered as a supplement to the already existing Applicat...
This document can be considered as a supplement to the already existing Application
note AN10302 “Using the Philips LPC2000 Flash Utility”, which is provided in the same
zip file. The Application note covers the following topics:-This document can be considered as a supplement to the already existing Application note AN10302 "Using the Philips LPC2000 Flash Utility", which is provided in the same zip file. The Application note covers the following topics :
- 2023-01-02 14:35:05下载
- 积分:1
-
嵌入式,温度采集,湿度采集,VC,操作系统,ucOSII
这是一个嵌入式的温度湿度采集,可以在windows下仿真调试,是一套完整的调试程序
- 2022-03-06 23:07:31下载
- 积分:1
-
常用ARM指令集及汇编
常用ARM指令集及汇编-commonly used ARM instruction set and compilation
- 2022-03-19 04:39:20下载
- 积分: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
-
430基础实验例程
实验介绍了 最基本的 430 实验教程, 是初学者最好的实验历程, 希望这个给更多的网友和爱好 编程的 学子们提供一个很好的
借鉴 和参考~
- 2022-06-19 10:55:25下载
- 积分:1
-
Image code download from HOST to memory on S3C4510b board
Image code download from HOST to memory on S3C4510b board
- 2022-07-05 06:27:55下载
- 积分:1
-
ARM7开发板上做的U盘的源码,FAT文件系统,D12+51固件源码,用PDIUSBD12和K9F5608U0A设计USB移动闪存...
ARM7开发板上做的U盘的源码,FAT文件系统,D12+51固件源码,用PDIUSBD12和K9F5608U0A设计USB移动闪存-ARM7 development board to do the U-source disk, FAT file system, D12+ 51 firmware source code, using PDIUSBD12 and K9F5608U0A Design USB Mobile Flash
- 2022-02-02 09:17:23下载
- 积分:1