-
TMS320X2812 spi显示驱动程序,及显示部分原理图。开发环境为CCS3.1.2812SPI和74hc595通讯,驱动5位LED 数码管。一般做工程都需...
TMS320X2812 spi显示驱动程序,及显示部分原理图。开发环境为CCS3.1.2812SPI和74hc595通讯,驱动5位LED 数码管。一般做工程都需要有显示部分。这个可以做为公用代码,可以显示小数。已经通过测试。-TMS320X2812 spi display driver, and display portions of the schematic. Development environment for CCS3.1.2812SPI and 74hc595 communications, driving five LED digital tube. Generally carry out engineering work needs to have indicated that some of. This can serve as a common code, you can display a decimal. Has been tested.
- 2022-03-06 15:20:03下载
- 积分:1
-
在C5000系列DSP上实现的FLASH烧写程序。掉电后DSP可以自动上电引导!...
在C5000系列DSP上实现的FLASH烧写程序。掉电后DSP可以自动上电引导!-DSP in the C5000 Series to achieve the FLASH programmer procedures. DSP power-down automatically after the power-to guide!
- 2023-07-17 02:30:02下载
- 积分:1
-
利用Matlab的音频噪声过滤测试,需求分析和选择。
这是本人用Matlab实现音频噪声滤除的试验,要求分析并选用适当滤波器-using Matlab audio noise filtering tests, requirements analysis and the choice of appropriate filter
- 2022-12-27 17:45:03下载
- 积分:1
-
刘和平的《TMS320LF240X DSP C语言开发应用》的实验源代码
刘和平的《TMS320LF240X DSP C语言开发应用》的实验源代码-codes for the book《Development and Applications for TMS320LF240X DSP in C language》wrote by He-ping LIU(Chinese)
- 2023-05-05 05:45:03下载
- 积分:1
-
DSP类型介绍,告诉你C2X、C2xX,C5X,C5XX,C6X的区别,着重介绍了C54系列...
DSP类型介绍,告诉你C2X、C2xX,C5X,C5XX,C6X的区别,着重介绍了C54系列-This is the introduction of DSPs.
This article tells you the differences in C2x
C2xx,C5x,C5xx and C6x. It emphasize the introduction of C54.
- 2022-05-08 12:49:04下载
- 积分:1
-
合众达DEC2812源程序(例程),主要讲述外设的编程方法,很实用。该源码再TI CCS集成环境中使用。...
合众达DEC2812源程序(例程),主要讲述外设的编程方法,很实用。该源码再TI CCS集成环境中使用。-United up DEC2812 source (routine), mainly about peripheral programming method is very practical. The source then TI CCS integrated environment.
- 2022-10-22 19:50:04下载
- 积分:1
-
本例程说明了TMS320F28XX的CAN 总线的操作方法,供大家共享
本例程说明了TMS320F28XX的CAN 总线的操作方法,供大家共享-This routine illustrates the CAN bus TMS320F28XX method of operation for the U.S. share
- 2022-03-16 20:28:10下载
- 积分:1
-
CCS C样品的定时器,利用定时器1产生中断程序
CCS C sample for a timer,using the timer1 to produce the interrupt routine-the timer can be used for all kinds of the usage, for example,indutrial..
- 2022-03-31 05:43:22下载
- 积分:1
-
用于DSP对视频进行网络通信,采用JPEG压缩
用于DSP对视频进行网络通信,采用JPEG压缩-For DSP network for video communications, the use of JPEG compression
- 2022-02-25 22:56:54下载
- 积分:1
-
AD采样的程序,有参考性
#include "DSP28_Device.h"
float a1[16];
unsigned int a2=0;
float adclo=0.0;
// Prototype statements for functions found within this file.
interrupt void ad(void);
void main(void)
{
InitSysCtrl();
- 2023-03-17 04:30:04下载
- 积分:1