-
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
-
S3C44B0X ARM processor in C language using the IIS interface driver chip can be...
在S3C44B0X ARM处理器上用C语言实现的IIS接口驱动程序,可以实现对UDA1341芯片的编程实现对声音的录放功能,并且具有一定的延时功能。-S3C44B0X ARM processor in C language using the IIS interface driver chip can be programmed to achieve UDA1341 voice recording function to, and has a delay function.
- 2022-08-23 00:08:04下载
- 积分:1
-
读取温度传感器18b20的源程序
8051单片机读取温度传感器18b20的源程序,c51编译。-8051 reads the temperature sensor 18b20 source, c51 compilation.
- 2022-02-22 10:32:30下载
- 积分:1
-
lpc2292 can
lpc2292 can
- 2022-11-06 09:00:04下载
- 积分:1
-
超声波测距模组V2.0,包括源代码,原理图及PCB图
超声波测距模组V2.0,包括源代码,原理图及PCB图-Ultrasonic Ranging Module V2.0, including source code, schematics and the PCB map
- 2022-12-30 10:50:06下载
- 积分:1
-
ARM Learning Report 001 Image File and Implementation Mechanism
ARM学习报告001――映象文件及执行机理-ARM Learning Report 001 Image File and Implementation Mechanism
- 2022-06-19 00:54:28下载
- 积分:1
-
ad9850 串口 c51
ad9850的串行接口程序,51单片机上的,c语言程序,包含提供串行通信方式,简单有效,keilC51环境-AD9850/9851 based on digital signal generator, debug through, keilC51 environment
- 2022-04-11 20:22:12下载
- 积分:1
-
有关2812的一些文章,包括测频、数字滤波和采样等
有关2812的一些文章,包括测频、数字滤波和采样等-2812 relating to a number of articles, including frequency measurement, digital filtering and sampling, etc.
- 2023-02-03 11:10:04下载
- 积分:1
-
流明诺瑞ARM1138开发板GPIO程序
流明诺瑞ARM1138开发板GPIO程序-luminary ARM1138 development board GPIO program
- 2022-02-20 21:24:57下载
- 积分:1
-
DNW0.50A software source code, in the ARM2410 above the mouth through the serial...
DNW0.50A软件的源代码,在ARM2410上面通过串口和USB口烧写操作系统镜像时必须用到的软件。-DNW0.50A software source code, in the ARM2410 above the mouth through the serial port and USB programmer to be used for mirroring the operating system software.
- 2022-12-10 21:25:03下载
- 积分:1