-
Dsp5509
基于dsp5509中的emif配置程序 完成dsp与外部接口的配置-Dsp5509-based configuration program in emif
- 2022-06-27 00:29:47下载
- 积分: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
-
本人移植 uboot后代码注释
注释很详细的
本人移植 uboot后代码注释
注释很详细的-After the transplant I uboot code Notes Notes very detailed
- 2022-02-11 18:38:58下载
- 积分:1
-
ARM7 S3C44B0X Experimental Audio code
ARM7 S3C44B0X 音频实验代码-ARM7 S3C44B0X Experimental Audio code
- 2022-03-22 04:28:41下载
- 积分:1
-
NXP产品LPC23XX的开发板的原文件,包含了源代码,使用手册,开发板线路图...
NXP产品LPC23XX的开发板的原文件,包含了源代码,使用手册,开发板线路图-NXP Products LPC23XX the development board of the original document, including the source code, user manual, development board circuit diagram
- 2023-05-25 05:35:05下载
- 积分:1
-
LPC2138 ARM中断原来的过程,可以很好的理解…
ARM LPC2138中断原程序,可以很好的理解ARM的中断过程-LPC2138 ARM interrupted the original process, can have a very good understanding of the interruption of the process of ARM
- 2023-08-17 23:40:03下载
- 积分:1
-
2410MMU总结,一份很好的关于2410MMU 的总结报告
2410MMU总结,一份很好的关于2410MMU 的总结报告-2410MMU sum up, a good summary report on the 2410MMU
- 2022-10-03 07:45:03下载
- 积分:1
-
臂keit程序发展
arm devlop keit program
- 2022-08-18 03:14:56下载
- 积分:1
-
电子锁源码
用51单片机作为MCU,C语言编程,实现的电子锁功能,自己可以设定密码,密码用*号显示,在数码管作为显示单元,
另外用户可以更改密码,在很多小区的单元门上得到应用。
- 2022-04-20 21:00:28下载
- 积分:1
-
Through the parallel port can be on the CC2430 programmer procedures, procedures...
通过并口就能对CC2430 烧写程序,程序运行在Linux下,Windows下暂没法支持。-Through the parallel port can be on the CC2430 programmer procedures, procedures under Linux running on, Windows can not support under the suspense.
- 2022-02-05 00:00:32下载
- 积分:1