-
8051系列教程范例
8051系列教程范例 -8051 Series 8051 Series Tutorial Tutorial Example Example
- 2022-01-26 15:08:43下载
- 积分:1
-
DSP28335 SCI
应用背景Dsp28335 的寄存器设置等等, 与上位机进行通信。 有助于初学28335的本科生,研究生。 也有助于工程技术开发人员进行二次开发关键技术
#include "DSP28x_Project.h"// Device Headerfile and Examples Include File
interrupt void scibTxFifoIsr(void);//fifo发送中断函数
interrupt void scibRxFifoIsr(void);//fifo接收中断函数
void scib_fifo_init(void);//scib fifo模式 初始化函数
char buffer [100];//数据缓冲数组
void main(void)
{
Uint16 i;
InitSysCtrl();//系统时钟等初始化
InitSciGpio();//sci端口初始化
DINT; //关掉中断
InitPieCtrl(); //pie模块初始化
IER = 0x0000;//关cpu中断
IFR = 0x0000;//清cpu中断标志
- 2022-01-25 23:28:42下载
- 积分:1
-
arm7开发板PCB图
arm7开发板PCB图-ARM7 development board PCB plans
- 2022-01-23 10:34:43下载
- 积分:1
-
ISD公司的语音芯片录音电路。语音录放必看资料。
ISD公司的语音芯片录音电路。语音录放必看资料。-ISD"s voice recording circuit chip. Watchable voice recorders information.
- 2022-08-23 12:10:21下载
- 积分:1
-
lpc23xx sd文件系统源码 很有用 大家可以
lpc23xx sd文件系统源码 很有用 大家可以-lpc23xx sd source file system can be useful to everyone
- 2022-03-11 06:27:51下载
- 积分:1
-
GTM900
GTM900-ARM(LPC2104)-LWIP1.1拨号详细介绍及源码。-GTM900-ARM (LPC2104)-LWIP1.1 dial-up detail and source code.
- 2022-05-12 19:10:18下载
- 积分:1
-
这是三星2410 programmer.it的闪光
it is samsung 2410 programmer.it s for flash
- 2023-01-31 14:10:04下载
- 积分:1
-
GPRS通信程序
ARM 2440控制发送GPRS源码,包括GPRS数据的发送,接收,短信的发送接收、解析、删除、电话的拨打等功能。
- 2022-04-15 17:56:59下载
- 积分: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
-
ARM7X256的网络ARP和ICMP的简单软件协议版(备注是IAR开发环境下)
ARM7X256的网络ARP和ICMP的简单软件协议版(备注是IAR开发环境下)-ARM7X256 network ARP and ICMP simple version of the software agreement (Note that IAR development environment)
- 2022-12-19 04:10:03下载
- 积分:1