-
F28335_SCI_UART_LCM
应用背景
实现DSP与串口触摸屏的通信。由于路径的问题,下载的程序,可能需要自己重新添加include文件,我想这个大家都知道的。
关键技术实现F28335与串行接口的触摸屏进行SCI通信,将SCI端口配置为异步通信USART总线,实现接收和发送功能。采用查询发送,中断接收的方法。并debug通过。
- 2022-10-01 10:20:03下载
- 积分:1
-
法国电信采用的G723A语音编解码算法,支持双速率,标准C代码,原用于DSP,稍加移置可适用于多种平台。...
法国电信采用的G723A语音编解码算法,支持双速率,标准C代码,原用于DSP,稍加移置可适用于多种平台。- The French telecommunication uses the G723A pronunciation
arranges the decoding algorithm, supports the double speed, the
standard C code, originally uses in DSP, slightly transposes suitable
to the many kinds of platforms.
- 2022-03-04 07:59:47下载
- 积分:1
-
这个文件是DSP2812的ad转化的例程,对于开发dsp2812的人应该很有用...
这个文件是DSP2812的ad转化的例程,对于开发dsp2812的人应该很有用- There are some examples of DSP2812 s ad. Maybe they are useful for DSP2812 developers.
- 2022-08-24 15:20:29下载
- 积分:1
-
一个实验程序,让你了解DSP的操作,可以更加了解DSP的功能
一个实验程序,让你了解DSP的操作,可以更加了解DSP的功能-An experimental procedure, so that you understand the operation of DSP, you can better understand the function of DSP
- 2022-04-15 05:51:42下载
- 积分:1
-
The dsp5410 chip implementation of the FIR code, contains a detailed source code...
在dsp5410芯片上执行的FIR程序代码,包含了详细的源代码及其使用到的库-The dsp5410 chip implementation of the FIR code, contains a detailed source code and its use to the library
- 2023-02-16 17:40:04下载
- 积分:1
-
TMS320F28335控制步进电机和直流无刷电机的例程
TMS320F28335控制步进电机和直流无刷电机的例程,F2833X在保持150MHz时钟速率不变的情况下,新型F2833X浮点控制器与TI前代领先数字信号控制器相比,性能平均提高50%。与作用相当的32位定点技术相比,快速傅立叶转换(FFT)等复杂计算算法采用新技术后性能提升了一倍之多。
- 2023-02-03 04:05:04下载
- 积分:1
-
dsp2407关于pwm生成的汇编源程序,直接打开工程文件即可。
dsp2407关于pwm生成的汇编源程序,直接打开工程文件即可。-pwm generation dsp2407 on the compilation of source code, you can directly open the project file.
- 2022-02-01 20:59:38下载
- 积分:1
-
定时器是DSP的重要组成部分,DSP的定时器使用有着非常重要的作用!如DSP的数据采集,和DSP的PWM电机控制...
定时器是DSP的重要组成部分,DSP的定时器使用有着非常重要的作用!如DSP的数据采集,和DSP的PWM电机控制-The timer is the DSP important constituent, the DSP timer use has the extremely vital role! If the DSP data gathering, controls with the DSP PWM electrical machinery
- 2022-07-11 03:00:20下载
- 积分:1
-
TE3320和DSP的VP口无缝连接后的驱动程序源码
TE3320和DSP的VP口无缝连接后的驱动程序源码-TE3320 and DSP
- 2022-05-29 18:19:58下载
- 积分:1
-
DSP LED
#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File
#include "DSP2833x_Examples.h" // DSP2833x Examples Include File
#define LED1 GpioDataRegs.GPADAT.bit.GPIO0
#define LED2 GpioDataRegs.GPADAT.bit.GPIO1
#define LED3 GpioDataRegs.GPADAT.bit.GPIO2
#define LED4 GpioDataRegs.GPADAT.bit.GPIO3
#define LED5 GpioDataRegs.GPADAT.bit.GPIO4
#define LED6 GpioDataRegs.GPADAT.bit.GPIO
- 2022-01-25 22:17:20下载
- 积分:1