-
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
-
ARM946E
ARM946E-S™ Revision: r1p1 Technical Reference Manual.
-ARM946E-S™ Revision: r1p1 Technical Reference Manual.
- 2022-01-28 02:21:51下载
- 积分:1
-
arm下编写的超时处理程序,测试功能完好
arm下编写的超时处理程序,测试功能完好-prepared under the arm of overtime treatment procedures, test function intact
- 2022-07-16 07:17:48下载
- 积分:1
-
Application thermometer for atmega128 on IAR, real work.
Application thermometer for atmega128 on IAR, real work.
- 2022-07-15 15:45:01下载
- 积分:1
-
里面是一个初级的正弦值计算程序,可以在图形工具里面画出波形,其平台是TMS320C54x...
里面是一个初级的正弦值计算程序,可以在图形工具里面画出波形,其平台是TMS320C54x-There is a primary value of the sinusoidal process, which can draw graphics tools waveform, and its platform is the TMS320C54x
- 2022-01-25 17:15:30下载
- 积分:1
-
44B0 AD conversion experiments related to code, very good! Matching the experime...
44B0 AD转换实验相关的代码,很好!配套实验配置手册 44b0.pdf进行学习
-44B0 AD conversion experiments related to code, very good! Matching the experimental configuration to study the manual 44b0.pdf
- 2023-06-03 19:25:02下载
- 积分:1
-
DSP编程,用来测试EDMA是否正常运行,基于ti的TMS320C6000平台
DSP编程,用来测试EDMA是否正常运行,基于ti的TMS320C6000平台-DSP programming, used to test whether the normal operation of EDMA, based on the TMS320C6000 platform ti
- 2022-03-25 13:11:07下载
- 积分:1
-
优龙ARM 9 FS2410开发板的硬件电路图!很有学习价值
优龙ARM 9 FS2410开发板的硬件电路图!很有学习价值-9 FS2410 development board hardware circuit! Very worth learning
- 2022-06-03 14:00:42下载
- 积分:1
-
MIPS BSP算法
psos for mips bsp
- 2022-03-22 20:29:58下载
- 积分:1
-
DAvE是英飞凌科技公司的电子芯片模拟开发应用工具软件。
戴夫会帮助你在你的项目中规划你想使用的英飞凌单片机或dsp,以提供智能向导,那帮你设定芯片来工作的...
DAvE是英飞凌科技公司的电子芯片模拟开发应用工具软件。
戴夫会帮助你在你的项目中规划你想使用的英飞凌单片机或dsp,以提供智能向导,那帮你设定芯片来工作的方式和你需要的各功能模块,自动生成C-code驱动功能与适当的单片外围设备和中断的控制。
DAvE会直接与编译器的IDE互动。-DAvE is the Digital Application Engineer from Infineon Technologies.
DAvE will...
- Help you program the Infineon microcontroller you want to use in your project, by offering intelligent wizards, that help you configure the chip to work the way you need it and automatically generate C-code with appropriate driver functions for all of the on-chip peripherals and interrupt controls.
- Interact directly with compiler IDE s.
To use DAvE you need the DAvE mother system and the DIP file for your specific microcontroller. After installation of the mother system you need to install the DIP file. For this purpose please start DAvE. Goto "View", "Setup Wizard". Select "Installation".
Please note: If you run DAvE on Windows Vista,
then please start the program the following way:
Right click with your mouse onto dave.exe. The
- 2022-03-20 21:24:09下载
- 积分:1