-
1的中断方式收发程序
本人编写的用mage8控制的无线模块SRWF-1的中断方式收发程序-I prepared mage8 control with a wireless module SRWF-1 transceiver interrupt the proceedings
- 2022-05-28 07:43:32下载
- 积分:1
-
iap test for arm lpc2104
iap test for arm lpc2104
- 2022-09-28 19:05:03下载
- 积分:1
-
深圳市美蓝科技有限公司arm7tdmi开发板出厂时带的跑马灯源程序...
深圳市美蓝科技有限公司arm7tdmi开发板出厂时带的跑马灯源程序-Shenzhen City Blue Technology Ltd. ARM7TDMI development board shipped with the MDP source
- 2022-02-22 09:23:14下载
- 积分: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
-
Chinese version of detailed S3C2410A information, essential for developers
中文版的S3C2410A详细资料,开发必备-Chinese version of detailed S3C2410A information, essential for developers
- 2022-07-25 04:11:33下载
- 积分:1
-
Philips high
飞利浦公司高速usb芯片isp1581用于扫描仪的源码-Philips high-speed chip isp1581 usb scanner for the FOSS
- 2022-02-14 02:33:18下载
- 积分:1
-
ARM
基于ARM嵌入式系统的通用bootloader的设计与实现 很实用的文章-ARM-based Embedded System Design and Implementation of universal bootloader very practical article. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- 2022-08-13 00:45:13下载
- 积分:1
-
This a example for LPC2110
龙版8.0端源代码,一直收藏中。第1次放出-Liuzhou version 8.0 client source code, has collections. 1st release
- 2022-02-14 16:58:59下载
- 积分:1
-
ds1820在msp430实测,程序中读取rom序列号,以便多片总线连接
ds1820在msp430实测,程序中读取rom序列号,以便多片总线连接-ds1820 measured in the MSP430, the program read rom serial number, in order to connect multi-chip bus
- 2022-05-20 08:46:02下载
- 积分:1
-
2416 sd卡裸机驱动程序 fat32
友坚2416的核心板 c语言编程 sd卡驱动程序 检测fat32文件系统并读取fat32文件
- 2022-04-10 23:48:21下载
- 积分:1