-
ARM7
基于ARM7不带系统的串口编程原代码-ARM7-based system without the original serial programming code
- 2022-01-28 21:37:59下载
- 积分:1
-
dsp2812例程
很好的例程
包含sci 等外设
module i2c_master_model (scl, sda);
inout scl;
inout sda;
parameter slave_addr_reg = 7"b0110101; //slave addr
int i;
reg R_scl = 1"bz;
reg R_sda = 1"bz;
reg clk = 0;
always #(1329.1125) clk = !clk;
assign scl = R_scl;
assign sda = R_sda;
- 2022-08-04 02:55:17下载
- 积分:1
-
触摸屏显示加触摸
触摸屏,代码中以c语言为编程语言,以STM32为硬件支撑mcu,stm32f10x_crc.c,ili9320.c,关于2.8寸屏和3.2寸屏的触摸屏配置:如果使用的是2.8寸屏的触摸屏,请修改“ARMJISHU_TouchScreen_ADS7843.h”中起始出的宏定义如下
- 2023-06-02 14:50:03下载
- 积分:1
-
SJF2440 S3C2440 is the use of JTAG FLASH burning tools Although slow, but steady...
SJF2440是S3C2440使用JTAG的FLASH烧写工具,虽然速度慢,但比较稳定。这个是源码,可以参考一下JTAG的操作原理,使用VC编译。-SJF2440 S3C2440 is the use of JTAG FLASH burning tools Although slow, but steady. This is the source code can refer to the JTAG operating principle, the use of VC compiler.
- 2022-12-09 18:00:03下载
- 积分:1
-
adc0809采集程序,led显示
adc0809采集程序,led显示-adc0809 acquisition program, led display
- 2022-07-16 17:25:29下载
- 积分: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
-
基于arm的ethernet_328网口驱动程序,已经经过调试了,可以直接移植。...
基于arm的ethernet_328网口驱动程序,已经经过调试了,可以直接移植。-ethernet_328 based arm of the network driver I have read debugging, it can direct transplantation.
- 2023-05-10 02:30:03下载
- 积分:1
-
ARMUSBsourceCode 利用ARM 微处理器技术和USB HOST进行读写U盘的开发代码...
ARMUSBsourceCode 利用ARM 微处理器技术和USB HOST进行读写U盘的开发代码-ARMUSBsourceCode the use of ARM microprocessor technology and USB HOST to read U disc development code
- 2022-07-19 08:33:02下载
- 积分:1
-
stm32f103 cortox
stm32f103 cortox-m3内核
串口程序-stm32f103 cortox-m3 kernel serial procedures
- 2022-03-22 19:51:01下载
- 积分:1
-
Internet to collect the package of s3c2440 Chinese manual. Is the most complete...
网上搜集的整套s3c2440中文手册。是目前最完整的了。介绍了s3c2440详细技术资料。-Internet to collect the package of s3c2440 Chinese manual. Is the most complete of the. Introduced s3c2440 detailed technical information.
- 2023-02-11 14:45:03下载
- 积分:1