-
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
-
ARMBootloade的源码以及分析,详细讲解了arm的bootloade的启动。
ARMBootloade的源码以及分析,详细讲解了arm的bootloade的启动。-ARMBootloade the source, as well as analysis, detailed account of the bootloade start arm.
- 2022-03-20 06:44:39下载
- 积分:1
-
这是一个有关ARM嵌入式控制器的书籍,文件格式为PDF,是学习ARM的一本好书。...
这是一个有关ARM嵌入式控制器的书籍,文件格式为PDF,是学习ARM的一本好书。-the ARM Embedded Controller books, documents in PDF format for the study is an ARM books.
- 2022-08-15 02:33:06下载
- 积分:1
-
意法半导体ARM7 STR710 + DM9000A的TCP / IP的实现
意法半导体ARM7 STR710+DM9000A的TCP/IP实现-STMicroelectronics ARM7 STR710+ DM9000A the TCP/IP to achieve
- 2022-04-20 23:24:50下载
- 积分:1
-
傅里叶变换算法
电力行业中,交流模拟量采样傅里叶变换算法。可以有效滤除谐波,加快算法的计算时间。在电力行业中,电流、电压等交流量采集上来后,根据每周期的采样点的值,即可获得电流、电压、频率、有功功率、无功功率、实在功率和功率因数,以及各次谐波的相角,并且计算精度很高,抗干扰能力强。极大方便了软件开发人员的工作。
- 2022-06-12 13:16:34下载
- 积分:1
-
89S51单片机并行驱动AD9851的程序,由于在选相中并没有KEILC 所以就选了C...
89S51单片机并行驱动AD9851的程序,由于在选相中并没有KEILC 所以就选了C-C-89S51 parallel single-chip AD9851 driver of the process, as a result of the election phase and therefore did not KEILC selected C-C++
- 2023-08-30 11:50:02下载
- 积分:1
-
AVR 单片机IIC程序
AVR 单片机IIC程序 包含启动位,停止位,应答检测,非应答检测,单字节发送,单字节接收,GCC编写,
- 2022-03-19 15:35:14下载
- 积分:1
-
韦根26通讯协议转串口的协议,可以把韦根26的输入通过RS232串口传到电脑上面,方便调试,波特率19200与9600KBS...
韦根26通讯协议转串口的协议,可以把韦根26的输入通过RS232串口传到电脑上面,方便调试,波特率19200与9600KBS-Wiegand 26 serial communication protocol to the agreement, can Wiegand input 26 transmitted through the RS232 serial port computer above to facilitate debugging, and 19200 baud rate 9600KBS
- 2022-09-22 20:15:02下载
- 积分:1
-
汇编编写的ARM启动代码,包括中断向量、运行域搬移、堆栈设置等代码的演示,还包括了一个scatter文件,注释详细。麻雀虽小五脏俱全,对于ARM编程的初学者,有
汇编编写的ARM启动代码,包括中断向量、运行域搬移、堆栈设置等代码的演示,还包括了一个scatter文件,注释详细。麻雀虽小五脏俱全,对于ARM编程的初学者,有助于理解ARM的代码链接和生成,以及启动过程。代码使用ADS1.2编写,可以直接运行查看。-Compilation prepared by ARM startup code, including the interrupt vector, run the domain move, stack setup code demonstration, but also a scatter file, comments in detail. Sparrows are small is a fully-equipped, for ARM programming for beginners, help to understand the link ARM code and generation, as well as the boot process. Code uses ADS1.2 prepared, you can directly run the Show.
- 2022-12-11 19:20:03下载
- 积分:1
-
ES44b0开发板的LCD驱动程序,完整的SDT下的工程文件,已成功运行。...
ES44b0开发板的LCD驱动程序,完整的SDT下的工程文件,已成功运行。-ES44b0 development board LCD driver, SDT integrity of the documents under the project, has been successfully operated.
- 2022-01-26 06:51:32下载
- 积分:1