-
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
-
实现与LPC2148的MP3播放器,使用libmad和EFSL这个应用程序…
Realizing an MP3 player with the LPC2148, using libmad and
EFSL This Application Note describes how to integrate the libmad MPEG 1/2 layer 3 library and
the Embedded File System Library EFSL in a LPC2148 device to realize MP3 player.
The Keil MCB2140 board is used to test the application and the Rowley CrossStudio for
ARM has been chosen as a reference tool-chain. -Realizing an MP3 player with the LPC2148, using libmad and EFSL This Application Note describes how to integrate the libmad MPEG 1/2 layer 3 library and the Embedded File System Library EFSL in a LPC2148 device to realize MP3 player. The Keil MCB2140 board is used to test the application and the Rowley CrossStudio for ARM has been chosen as a reference tool-chain.
- 2022-07-01 12:29:48下载
- 积分:1
-
ARM Cortex
ARM Cortex-M3 系列处理器 的实验代码,内容很全,涉及片内和外围所有部件编程。(Keil环境)-ARM Cortex-M3 family of processors experimental code, content is very wide, involving all the components and peripherals on-chip programming. (Keil environment)
- 2022-01-25 22:57:04下载
- 积分:1
-
3000TB51配套实验例程
1八段数码管显示实验 等
3000TB51配套实验例程
1八段数码管显示实验 等-Experimental routine 3000TB51 matching one eight digital tube display experiments
- 2022-01-25 23:11:37下载
- 积分:1
-
S3C4510 LUNUX 2。6。7补丁
S3C4510 LUNUX 2。6。7补丁-S3C4510 LUNUX 2. 6. Seven patches
- 2022-02-09 21:14:02下载
- 积分:1
-
LPC2119 的GPIO程序源码,提供下载
LPC2119 的GPIO程序源码,提供下载-LPC2119 the GPIO procedures source available for downloading
- 2022-03-06 18:30:11下载
- 积分:1
-
arm9开发环境文档,简洁明了,适合初学ARM的一切人员
arm9开发环境文档,简洁明了,适合初学ARM的一切人员-arm9 Development Environment documentation, concise, suitable for beginners of all persons ARM
- 2022-03-06 07:29:21下载
- 积分:1
-
本程序利用MULTI
本程序利用MULTI-ICE通过JTAG口下编译的可执行程序*.bin文件在线烧写flash-the procedures used MULTI- JTAG ICE through the mouth under compiler executable file-*. bin burning flash
- 2022-10-26 19:55:03下载
- 积分:1
-
基于STM8s的3D打印笔程序
本例程是基于STM8S的3D打印笔的控制程序。打印笔的工作状态分为3个模式:初始上电模式/预加热模式/工作模式。各个模式下对应不同的LED灯点亮状态。STM8S通过AD采集NTC温度值,对加热圈进行温度控制。同时,AD采集滑动电位器的电阻值,对直流电机的转速进行控制。
- 2022-04-18 02:57:49下载
- 积分:1
-
Details of the ARM development driver in the use of ads and JATG use installatio...
详细介绍了arm开发的驱动,在使用ads和jatg要用详细的介绍了安装方法-Details of the ARM development driver in the use of ads and JATG use installation methods described in detail
- 2023-01-07 15:40:03下载
- 积分:1