-
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
-
Hardware: PC machine 1 SeaARM2410 Teaching Experiment 1 Software Development Pla...
硬件:
PC机 1台
SeaARM2410教学实验开发平台 1台
软件:
Windows 98/2000/XP操作系统
ADS 1.2集成开发环境
-Hardware: PC machine 1 SeaARM2410 Teaching Experiment 1 Software Development Platform: Windows 98/2000/XP operating system ADS 1.2 Integrated Development Environment
- 2022-10-30 08:15:03下载
- 积分:1
-
一个基于BIOS的串口数据和网口数据通信的程序
一个基于BIOS的串口数据和网口数据通信的程序-a BIOS based on the serial data and data communications network mouth procedures
- 2022-02-15 23:11:33下载
- 积分:1
-
深圳优龙科技LPC2468开发板BIOS.
深圳优龙科技LPC2468开发板BIOS.-Shenzhen excellent technology Liuzhou LPC2468 development board BIOS.
- 2022-02-21 22:09:15下载
- 积分:1
-
一种ARM控制下的步进电机的加速控制的源代码
一种ARM控制下的步进电机的加速控制的源代码-ARM under the control of a stepper motor acceleration control of the source code
- 2022-01-28 21:39:03下载
- 积分:1
-
from 16* 16 lattice Store applications, c source
提取16*16点阵汉字库的应用程序,c源程序-from 16* 16 lattice Store applications, c source
- 2022-02-26 01:27:16下载
- 积分:1
-
串行传输
介绍了串行传输从手臂 2378,在其中串行传输的数据显示在超级终端过程
- 2023-04-03 11:10:03下载
- 积分:1
-
This is a study on the AT91RM9200 schematics, has been proved through practice,...
这是一个关于AT91RM9200的原理图,经过实践证明,它们很好的运行,并可以嵌入LINUX,对于ARM9的用户来说是一个挺不错的参考资料。-This is a study on the AT91RM9200 schematics, has been proved through practice, they run very good, and can be embedded LINUX, the ARM9-users is a very good reference.
- 2023-08-01 20:40:03下载
- 积分:1
-
STM32GPIO输入功能,详细例程,能够使用的,下载完了要给点回复哦!...
STM32GPIO输入功能,详细例程,能够使用的,下载完了要给点回复哦!-STM32GPIO input function, a detailed routines can use to download the end-point to give back Oh!
- 2022-07-27 18:48:24下载
- 积分:1
-
arm7开发板PCB图
arm7开发板PCB图-ARM7 development board PCB plans
- 2022-01-23 10:34:43下载
- 积分:1