-
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
-
powarm S3C2440 kernel schematics
powarm S3C2440 kernel schematics
- 2022-09-05 04:05:03下载
- 积分:1
-
AT89C51与字符型液晶模块16x2联接的C语言程序
AT89C51与字符型液晶模块16x2联接的C语言程序-AT89C51 and character liquid crystal module 16x2 joint C
language procedure
- 2022-05-25 08:55:11下载
- 积分:1
-
This is the original version developed cdrom content, but because of factory pro...
这是原版本开发的cdrom内容,但由于工厂生产,为什么没有下载,来之不易,是arm初学者必备的文档。
- 2022-07-13 13:52:28下载
- 积分:1
-
tinyOS ECC
README for TinyECC Version 2.0
Author/Contact: An Liu, liuan79@gmail.com
Introduction
------------
TinyECC is a software package providing ECC-based PKC operations that
can be flexibly configured and integrated into sensor network
applications. It provides a digital signature scheme (ECDSA), a key
exchange protocol (ECDH), and a public key encryption scheme (ECIES).
It provides a number of optimization switches, which can turn
specific optimizations on or off based on developer"s needs.
TinyECC 2.0 supports MICA2/MICAz, TelosB/Tmote Sky, BSNV3, and Imote2
motes. It supports SECG recommended 128-bit, 160-bit and 192-bit
elliptic curve domain parameters.
How to install
--------------
1) Install TinyOS 2.1.1 or later version. ht
- 2022-07-08 09:02:33下载
- 积分:1
-
基于s3c2410的ADS的工程模板,自己可以添加代码,通过这样可以很快的熟悉s3c2410...
基于s3c2410的ADS的工程模板,自己可以添加代码,通过这样可以很快的熟悉s3c2410-S3C2410 based on the ADS project template, you can add their own code, can be quickly adopted so familiar S3C2410
- 2022-04-29 11:11:10下载
- 积分:1
-
systick_ram
STM32 SYSTICK 配置 RAM运行 改动网上的源代码,可以在RAM中运行
- 2022-03-25 00:44:16下载
- 积分: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 lpc2300 AD模块设计 实现模拟输入
arm lpc2300 AD模块设计 实现模拟输入-ad
- 2022-08-02 15:05:30下载
- 积分:1
-
基于STM32姿态航向参考系统
这souce代码是关于STM32F103开发航向姿态参考系统。它采用卡尔曼滤波算法9自由度传感器,以获得自我的态度(3自由度accelerater和三自由度陀螺仪和3自由度磁力计)。它可以在200Hz的态度
- 2022-03-23 16:25:11下载
- 积分:1