-
arm7开发的源代码,经典,适合入门参考
arm7开发的源代码,经典,适合入门参考-arm7 development of the source code, classic reference for induction
- 2023-03-13 14:50:04下载
- 积分:1
-
S3C2440 on I2C driver, has passed the test.
S3C2440上的I2C驱动程序,已经通过测试。-S3C2440 on I2C driver, has passed the test.
- 2022-07-02 17:58:54下载
- 积分:1
-
Long ARM9 FS2410 development board BIOS source!
优龙 ARM9 FS2410开发板的BIOS源程序!-Long ARM9 FS2410 development board BIOS source!
- 2022-03-11 20:42:18下载
- 积分:1
-
DHT11单片机驱动程序 包含两个时钟条件下的程序
应用背景DHT11单片机驱动程序 包含两个时钟条件下的程序 ,这个设备对时钟要求非常高,好多朋友挑不出来主要是时间延迟没有做好,经过多次测试,本次给出的程序可用。关键技术 主要是把时间延迟那部分做好,写好时间延迟函数就好了,其他部分参考买设备的时候厂家给的代码,非常好用,厂家的技术支持很赞的。
- 2022-12-31 10:00:03下载
- 积分:1
-
通过JTAG为S3C4510写flash
write flash through jtag for s3c4510
- 2022-07-14 19:38:49下载
- 积分:1
-
开发三星arm9s3c2410代码,差不多包括其全部功能!
开发三星arm9s3c2410代码,差不多包括其全部功能!-development code, including almost all of its functions.
- 2022-05-15 21:23:29下载
- 积分: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
-
我编的用matlabe语言编的4psk调制解调的程序
可是解调后,恢复64点的星座图了,...
我编的用matlabe语言编的4psk调制解调的程序
可是解调后,恢复64点的星座图了,
-series of the language used matlabe 4psk series of the modulation and demodulation process demodulation However, restore 64 points of the constellation,
- 2022-02-07 14:15:21下载
- 积分:1
-
汇编点亮LED等
编写ARM裸机汇编代码,实现点亮试验箱中的LED灯,并让其交替的亮与灭
- 2023-05-22 11:20:03下载
- 积分:1
-
对于ARM和# 174建筑过程调用标准
Procedure Call Standard for the ARM® Architecture-Procedure Call Standard for the ARM® Architecture
- 2022-07-06 08:56:05下载
- 积分:1