-
本书详细介绍了TMS320F2812芯片的基本特点、硬件结构、内部功能模块的基本原理等内容...
本书详细介绍了TMS320F2812芯片的基本特点、硬件结构、内部功能模块的基本原理等内容-The book details the basic characteristics of TMS320F2812 chip, hardware structure, the internal function modules, etc. The basic principle
- 2023-01-16 14:50:04下载
- 积分:1
-
LPC2000系列ARM
LPC2000系列ARM-CAN控制器驱动程序的使用指南,非常详细的介绍了LPC2000系列ARM处理器CAN总线的使用。-LPC2000 series of ARM-CAN Controller Driver for the use of these guidelines, very detailed introduction to the series LPC2000 ARM processor CAN use.
- 2022-01-26 07:55:51下载
- 积分:1
-
arm扩展can总线的驱动程序
arm扩展can总线的驱动程序-arm can extend Bus Driver
- 2022-03-24 22:21:27下载
- 积分:1
-
ucgui that porting to 2410 processor
ucgui that porting to 2410 processor
- 2023-04-12 04:25:03下载
- 积分:1
-
Intel PXA270的spcification
Intel PXA270的spcification-Intel PXA270
- 2022-05-21 21:17:35下载
- 积分:1
-
ARM的模拟串口程序,可能实现模拟收发的功能,采用ADS编写,很好用!...
ARM的模拟串口程序,可能实现模拟收发的功能,采用ADS编写,很好用!-ARM serial simulation program, you may send and receive analog functions, using ADS to prepare, very good use!
- 2022-03-06 05:13:28下载
- 积分: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
-
ucos
UCos源码,已经调试通过了,移植在ARM9200这款处理器上。可以使用,-ucos
- 2022-01-26 08:00:11下载
- 积分:1
-
键盘应用程序,对于粗学很有用途,望大家努力学习啊
键盘应用程序,对于粗学很有用途,望大家努力学习啊-Keyboard applications, for the very purpose of rough places, hope you study hard ah
- 2022-09-09 04:10:03下载
- 积分:1
-
s3c2410a lights blinking compilation of source code examples and download, they...
s3c2410a的灯闪的汇编实例源代码,下载后,可以直接编译,ads1.2
http://fmrobot.104.tofor.com/list.asp?boardid=15-s3c2410a lights blinking compilation of source code examples and download, they can directly translated, ads1.2 http :// fmrobot.104.tofor.com/list.asp boardid = 15
- 2022-03-19 19:21:10下载
- 积分:1