-
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
-
ht1621 使用例程 驱动段码液晶 同时用诺基亚3310lcd做监控
ht1621 使用例程 驱动段码液晶 同时用诺基亚3310lcd做监控-HT1621 code above the use of routine-driven liquid crystal at the same time Nokia 3310lcd do with monitoring
- 2022-03-09 14:14:46下载
- 积分:1
-
STM32 family of processors users to develop manuals, in English.
STM32系列处理器的用户开发手册,英文版的。-STM32 family of processors users to develop manuals, in English.
- 2022-09-19 23:30:03下载
- 积分:1
-
2410下的UART实验,适合初学者使用!
2410下的UART实验,适合初学者使用!-UART under the 2410 experiment, suitable for beginners to use!
- 2023-08-18 15:05:03下载
- 积分:1
-
Embedded ARM7
嵌入式ARM7――PLC2124实例开发,用Keil uVision3软件编写原程序再通过,软件PROTEUS对ARM7――PLC2124进行联合虚拟仿真-Embedded ARM7- PLC2124 examples of the development of software using Keil uVision3 through the preparation of the original procedure, software PROTEUS for ARM7- PLC2124 joint virtual simulation
- 2022-06-03 19:36:14下载
- 积分:1
-
基于stm32芯片的串口通讯
本程序主要通过串口通讯从嵌入式设备读取空气质量数据,并以界面显示,通讯方式以标准的modbus_rtu协议,程序通过串口类实现数据的接收与发送
- 2022-06-20 03:38:44下载
- 积分:1
-
基于ARM7 的嵌入式系统上开发USB接口的详细内容
基于ARM7 的嵌入式系统上开发USB接口的详细内容- Inserts on the type system based on ARM7 to develop the USB
connection the detailed content
- 2022-05-26 11:05:46下载
- 积分:1
-
ST arm board PLL TEST CODE
ST arm board PLL TEST CODE
- 2023-08-04 07:30:02下载
- 积分:1
-
这是一个ARM体系的介绍,对ARM编程感兴趣的同同可以
这是一个ARM体系的介绍,对ARM编程感兴趣的同同可以-This a system of ARM, the ARM program with the same interest can s
- 2022-01-25 20:24:06下载
- 积分:1
-
ARM基础知识,我刚找到的。
和大家共同分享下
ARM基础知识,我刚找到的。
和大家共同分享下-ARM basic knowledge, I have just found. And the U.S. share of
- 2022-02-03 15:00:41下载
- 积分:1