-
Super useful stuff, tms320c2812 Ethernet chipset RTL8019 driver definitely avail...
超级有用的东西,tms320c2812的以太网芯片rtl8019的驱动程序,绝对可用的!-Super useful stuff, tms320c2812 Ethernet chipset RTL8019 driver definitely available!
- 2022-03-12 20:28:56下载
- 积分:1
-
介绍nand flash 编程的一篇非常好的文献,想学习的快来下吧
介绍nand flash 编程的一篇非常好的文献,想学习的快来下吧-Nand flash programming introduce a very good literature, I would like to learn Come, are you
- 2022-08-08 12:13:05下载
- 积分:1
-
ARM7 S3C44B0X的串行口实验代码
ARM7 S3C44B0X的串行口实验代码-A sampling code of ARM S3C44BOX s serial port.
- 2022-06-16 13:37:13下载
- 积分:1
-
ARM的内存管理说明文档,详细描述了mmu的运行机制
ARM的内存管理说明文档,详细描述了mmu的运行机制-mmu programming for arm
- 2022-01-26 03:09:55下载
- 积分:1
-
STM32F4的PWM
应用背景而PWM cikis试剂盒:手臂STM32F407VG STM32F4探索2015100引脚关键技术臂STM32F4套件:STM32F4探索versiyon:4.05座:456897日:gth65777 DF:567yu
- 2022-03-19 11:13:38下载
- 积分: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
-
国外网站上的一些精典的C程序,欲炼神功,必先从基础开始,希望初学者能够多打好基础,特别是做嵌入式程序,重复也要传!BTW,欣赏站长的一些诗!...
国外网站上的一些精典的C程序,欲炼神功,必先从基础开始,希望初学者能够多打好基础,特别是做嵌入式程序,重复也要传!BTW,欣赏站长的一些诗!-foreign web sites of some of the classic C procedures and wishes refining art, we must first start from the basis of the hope that more beginners to lay a good foundation, especially so embedded procedures must repeat Biography! BTW, director of the appreciation some poetry!
- 2023-05-04 19:00:04下载
- 积分:1
-
最新的LPC214X USBMASS驱动程序,适用于
NXP LPC2141, LPC2142, LPC2144, LPC2146, LPC2148。...
最新的LPC214X USBMASS驱动程序,适用于
NXP LPC2141, LPC2142, LPC2144, LPC2146, LPC2148。-LPC214X USBMASS driver for NXP LPC2141, LPC2142, LPC2144, LPC2146, LPC2148.
- 2023-08-31 19:45:03下载
- 积分:1
-
清华大学自动化系ARM培训教材,讲的比较全,各个方面都涉及到了。...
清华大学自动化系ARM培训教材,讲的比较全,各个方面都涉及到了。-Department of Automation, Tsinghua University, ARM training materials, stresses the Comparison of the whole, all aspects involved.
- 2022-10-01 21:30:04下载
- 积分:1
-
With S3C44BOX realize the intelligent control in the car, with source code and d...
用s3c44box实现在小车的智能控制,内有源代码和说明-With S3C44BOX realize the intelligent control in the car, with source code and description
- 2022-02-03 18:49:58下载
- 积分:1