-
Read and write MMC simulation, using the Philips chip lpc2132
MMC读写仿真,使用飞利浦芯片lpc2132-Read and write MMC simulation, using the Philips chip lpc2132
- 2022-01-30 11:05:44下载
- 积分:1
-
利用Nios Ⅱ软核处理器,以Altera公司的UP3开发板为硬件平台,以Quartus II、Quartus ID为软件开发平台,设计一个电子钟,实现下列系统...
利用Nios Ⅱ软核处理器,以Altera公司的UP3开发板为硬件平台,以Quartus II、Quartus ID为软件开发平台,设计一个电子钟,实现下列系统功能:
(1)在液晶屏上显示时间、日期、状态提示;
(2)利用4个按键对时间(时分秒)、日期(年月日)进行设置;
(3)利用一个LED灯指示当前设置状态;-The use of soft-core processor, Nios Ⅱ to Altera s UP3 development board as the hardware platform to Quartus II, Quartus ID for software development platform, design a clock
- 2022-03-20 02:22:57下载
- 积分:1
-
一个很好的可以用来调试51单片机的串口程序。
一个很好的可以用来调试51单片机的串口程序。-a good 51 can be used to debug the MCU Serial procedures.
- 2022-01-27 15:36:51下载
- 积分:1
-
基于ARM的I2C协议实现
基于ARM的I2C协议实现-I2C protocol
- 2022-12-14 11:25:03下载
- 积分:1
-
这是运行在S3C2440+linxu上的SPI控制器驱动程序,里面包含Makefile...
这是运行在S3C2440+linxu上的SPI控制器驱动程序,里面包含Makefile-This is running on S3C2440+ Linxu the SPI controller driver, which contains Makefile
- 2022-05-29 16:30:02下载
- 积分:1
-
easyarm2013 project template for the development of lpc2103 This is the template...
easyarm2013工程模板,这是为开发lpc2103写的模板-easyarm2013 project template for the development of lpc2103 This is the template Writing
- 2022-02-02 12:37:30下载
- 积分:1
-
ARM 44b0x的USB接口的演示程序.
ARM 44b0x的USB接口的演示程序.-ARM 44b0x USB interface demo program.
- 2022-06-12 11:27:27下载
- 积分:1
-
该文件是EasyARM的cC/OS板的软件DEMO,调试OK,放心学习使用。本人花了大量的时间自学了EasyARM,现在已有小成。...
该文件是EasyARM的cC/OS板的软件DEMO,调试OK,放心学习使用。本人花了大量的时间自学了EasyARM,现在已有小成。-EasyARM of cC/OS software DEMO plate, debug OK, reassured to learn how to use. I spent a lot of time studied EasyARM, now on its laurels.
- 2022-02-07 05:37:40下载
- 积分: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
-
SJF2440烧写工具的代码,可以较为深入的了解烧写工具的具体实现过程!...
SJF2440烧写工具的代码,可以较为深入的了解烧写工具的具体实现过程!-SJF2440 programmer tools code, can be a deeper understanding of the specific programmer tools realize the process!
- 2022-06-18 16:26:13下载
- 积分:1