-
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
-
周立功提供的基于菲利普ARM的LPC2200微控制器的图形库源程序
周立功提供的基于菲利普ARM的LPC2200微控制器的图形库源程序-based Philips LPC2200 ARM Microcontrollers the graphics library source
- 2022-02-11 15:25:41下载
- 积分:1
-
SATA NAS SOC,200MHz ARM926EJS核 SATA接口的NAS用处理器,集成USB2.0 HOST接口,Ethernet控制器,DDR SD...
SATA NAS SOC,200MHz ARM926EJS核 SATA接口的NAS用处理器,集成USB2.0 HOST接口,Ethernet控制器,DDR SDRAM控制器,PCI HOST接口,可以扩展PCI外设。-SATA NAS SOC,NAS COntroller with 200MHz ARM926EJS core, intergated SATA controller,USB2.0 HOST controller,Ethernet MAC controller,DDR SDRAM controller,PCI HOST。
- 2022-03-30 00:45:40下载
- 积分:1
-
Key drivers, in fact the driver was not really on as it is a small experiment. I...
按键驱动程序,其实也算不上是真正的驱动,就当作是一个小实验吧。我是初学者,写的不是很好,还请大家多多指教-Key drivers, in fact the driver was not really on as it is a small experiment. I am a beginner, writing is not very good, also requested the U.S. exhibitions
- 2022-06-03 18:31:17下载
- 积分:1
-
arm 存储管理系统mmu的中文翻译版本,学习arm的可以看看的
arm 存储管理系统mmu的中文翻译版本,学习arm的可以看看的-arm MMU memory management system of the Chinese translation version of the study can look at the arm of the
- 2023-06-12 13:30:03下载
- 积分:1
-
This book is a good book for ARM developers and beginners
这个文件是课本为了ARM初学开发和专业开发。-This book is a good book for ARM developers and beginners
- 2022-01-26 00:33:55下载
- 积分:1
-
这是一个原始的DT930的运行程序!直接下载到DT930中就可以使用!...
这是一个原始的DT930的运行程序!直接下载到DT930中就可以使用!-This is a primitive operation procedures DT930! Directly downloaded to the DT930 can be used!
- 2023-02-14 00:45:04下载
- 积分:1
-
s3c2410 中 文 手 册
s3c2410 中 文 手 册-s3c2410 book of chinese
- 2022-01-31 05:13:17下载
- 积分:1
-
NEC IR 控制源代码,包括接受,处理.些代码来自TV 软件开发.
NEC IR 控制源代码,包括接受,处理.些代码来自TV 软件开发.-NEC IR control of source code, including the accepted treatment. Some code from the TV software development.
- 2022-03-07 11:45:50下载
- 积分:1
-
周立功公司为LPC213X编写的 ARM7 嵌入式文件系统,运行于UC/COS系统。...
周立功公司为LPC213X编写的 ARM7 嵌入式文件系统,运行于UC/COS系统。-weeks meritorious LPC213X prepared for the ARM7 Embedded file system, running on UC/COS system.
- 2022-02-18 15:32:45下载
- 积分:1