-
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
-
fft变换源程序,通过试验验证,已经可以在F2812上进行硬件仿真。...
fft变换源程序,通过试验验证,已经可以在F2812上进行硬件仿真。
-fft transform source, through the tests have been carried out in the F2812 hardware simulation.
- 2022-03-10 03:37:04下载
- 积分:1
-
关键驱动程序示例
按键驱动程序示例, 按键驱动程序的描述,基于up netarm2410 s 开发平台-Key driver sample
- 2022-11-17 13:25:04下载
- 积分:1
-
Introduction to ARM Ltd
Programmers Model
Instruction Sets
System Design...
Introduction to ARM Ltd
Programmers Model
Instruction Sets
System Design
Development Tools
- 2022-05-25 16:08:04下载
- 积分:1
-
最新的TMS320LF2407A开发板原理图,protel格式
最新的TMS320LF2407A开发板原理图,protel格式-TMS320LF2407A diagram, Protel format -TMS320LF2407A latest development board schematics, protel format-TMS320LF2407A diagram, Protel format
- 2022-03-26 00:50:55下载
- 积分:1
-
STM32是以Cortex
STM32是以Cortex-M3为核的处理器,该例程介绍STM32下如何对ADC进行操作。-Cortex-M3 based STM32-core processor for the routine introduction STM32 how to operate the ADC.
- 2022-03-23 13:55:12下载
- 积分:1
-
The example program of arm processor s3c44b0x
s3c44b0x的样例程序-The example program of arm processor s3c44b0x
- 2022-07-09 01:59:17下载
- 积分:1
-
S3C2440 touchlcd编译例子广告模式作出决定
S3C2440 TouchLCD forADS编译器示例
- 2022-11-19 02:30:04下载
- 积分:1
-
2812 to study the source code usb68013 board, including the usb drive
2812学习板usb68013源代码,包括usb驱动-2812 to study the source code usb68013 board, including the usb drive
- 2022-02-18 17:14:55下载
- 积分:1
-
嵌入式,温度采集,湿度采集,VC,操作系统,ucOSII
这是一个嵌入式的温度湿度采集,可以在windows下仿真调试,是一套完整的调试程序
- 2022-03-06 23:07:31下载
- 积分:1