-
这是看操作系统一书的一点笔记,希望对初学者有点帮助
这是看操作系统一书的一点笔记,希望对初学者有点帮助-This is the operating system look a little note book, I hope a little help for beginners
- 2022-06-01 17:40:32下载
- 积分:1
-
DC motor bipolar PWM reversible double
直流电动机双极性可逆双闭环PWM控制程序-DC motor bipolar PWM reversible double-loop control procedures
- 2022-01-25 15:33:58下载
- 积分:1
-
这个代脉是用430F427的液晶显示程序,简单实用.
这个代脉是用430F427的液晶显示程序,简单实用.-This clock is used on behalf of the liquid crystal display 430F427 procedures, simple and practical.
- 2022-01-26 18:06:47下载
- 积分:1
-
STM32的简要描述,包括应用领域和发展的利弊…
STM32的简要介绍,包括应用领域及发展前景。-STM32 a brief description, including the application fields and development prospects.
- 2022-06-29 00:07:39下载
- 积分:1
-
Setting Up TMS320 DSP Interrupts in C
Setting Up TMS320 DSP Interrupts in C-Setting Up TMS320 DSP Interrupts in C
- 2022-03-31 22:56:55下载
- 积分: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
-
基于LPC2119和uC/OS
基于LPC2119和uC/OS-II的Modem驱动源代码-based LPC2119 and embedded/OS-II Modem driver source code
- 2022-02-01 19:18:07下载
- 积分:1
-
uCOS移植范例,开发人员或嵌入式爱好者可以借鉴。
uCOS移植范例,开发人员或嵌入式爱好者可以借鉴。-uCOS transplantation example, developers or embedded lovers can learn from.
- 2022-07-01 12:33:13下载
- 积分:1
-
arm开发软件:ADS中文教程
arm开发软件:ADS中文教程-software development arm : ADS Chinese Guide
- 2022-09-09 09:10:03下载
- 积分:1
-
ARM7的UART驱动程序 可以自由配置缓存大小 驱动函数集 以及接口简单 很适合初学者提高自己的驱动开发能力的参考程序 产品级别的代码 注释很详尽 但需要自己...
ARM7的UART驱动程序 可以自由配置缓存大小 驱动函数集 以及接口简单 很适合初学者提高自己的驱动开发能力的参考程序 产品级别的代码 注释很详尽 但需要自己提供IRQ部分的初始化部分程序 本作者不提供 程序为原创-ARM7-UART driver can configure the cache size of the drive free set of functions and simple interface is suitable for beginners to improve their ability to drive the development of reference procedures for product-level code is very detailed notes, but some need to provide their own IRQ initialization part of the process of this author does not provide procedures for the original
- 2022-03-23 05:00:08下载
- 积分:1