-
wintech DAM 6416 Image Processing Platform real
wintech DAM 6416图像处理平台图像实时采集显示程序,支持pal,ntsc格式输入,复合视频信号输出-wintech DAM 6416 Image Processing Platform real-time image acquisition and display program, support pal and ntsc format input, composite video output
- 2023-01-22 11:35:04下载
- 积分:1
-
这里把在FLASH引导方面做的工作向大家汇报一下,希望能对大家有所帮助。本人经验和文笔都有限,写的不好请大家谅解。
硬件环境:
DSP:TMS320
这里把在FLASH引导方面做的工作向大家汇报一下,希望能对大家有所帮助。本人经验和文笔都有限,写的不好请大家谅解。
硬件环境:
DSP:TMS320VC5416PGE160
FLASH:SST39VF400A-70-4C-EK 都是贴片的,FLASH映射在DSP数据空间的0x8000-0xFFFF
软件环境: CCS v2.12.01
主 程序(要烧入FLASH的程序): DEBUG版,程序占用空间0x28000-0x2FFFF(片内SARAM),中断向量表在0x0080-0x00FF(片内DARAM),数据空间使用0x0100-0x7FFF(片内DARAM)。 因为FLASH是贴片的,所以需要自己编一个数据搬移程序,把要主程序搬移到FLASH中。在写入FLASH数据时,还应写入引导表的格式数据。最后在数 据空间的0xFFFF处写入引导表的起始地址(这里为0x8000)。
搬移程序: DEBUG版,程序空间0x38000-0x3FFFF(片内SARAM),中断向量表在0x7800-0x78FF(片内DARAM),数据空间使用 0x5000-0x77FF(片内DARAM)。 搬移程序不能使用与主程序的程序空间和中断向量表重合的物理空间,以免覆盖。 烧写时,同时打开主程序和搬移程序的PROJECT,先LOAD主程序,再LOAD搬移程序,然后执行搬移程序,烧写OK!
附:搬移程序(仅供参考)-err
- 2023-04-24 03:40:03下载
- 积分:1
-
一个ccs开发环境下的滤波器程序,希望对大家有用
一个ccs开发环境下的滤波器程序,希望对大家有用-a ccs development environment filter procedures in the hope that it may be useful to
- 2022-08-20 06:03:29下载
- 积分:1
-
关于Dsp 算法的c语言实现,里面汇集了关于Dsp的各种算法,有很大的参考价值...
关于Dsp 算法的c语言实现,里面汇集了关于Dsp的各种算法,有很大的参考价值-Dsp algorithm on the c language, which brings together the various on Dsp algorithm, have great reference value
- 2022-01-20 23:22:49下载
- 积分:1
-
tms320f2812spker示例程序
tms320f2812spker示例程序-tms320f2812spker sample program
- 2022-12-11 10:40:03下载
- 积分:1
-
这是DM642板子的视频测试程序,里面有详细的说明文档,是用CCS来进行视频处理的很好的样例...
这是DM642板子的视频测试程序,里面有详细的说明文档,是用CCS来进行视频处理的很好的样例-This is the DM642 video board test program, which detailed documentation, is to use CCS to carry out a good sample video processing
- 2022-03-30 02:25:15下载
- 积分:1
-
tms320c6416dsk的示例程序。该程序较为详细的介绍了利用McBSP和EDMA传送音频编码器数据到DSP,并将编码处理后的数据传回到AIC23的全过程。...
tms320c6416dsk的示例程序。该程序较为详细的介绍了利用McBSP和EDMA传送音频编码器数据到DSP,并将编码处理后的数据传回到AIC23的全过程。初学者通过该程序能够对6416的学习有一个较全面的实践经验。
- 2022-03-16 01:54:18下载
- 积分:1
-
answer to modern signal processing in pdf.
现代信号处理习题与解答(张贤达)的PDF版本----本书是研究教材清华大学教授张贤达编写的《现代信号处理》第二版的配套参考书。-answer to modern signal processing in pdf.
- 2022-03-23 01:14:52下载
- 积分:1
-
在实际的算法中
In C Algorithms for Real-Time DSP, author Paul M. Embree presents a complete guide to digital signal processing techniques in the C programming language. This book is structured in such a way that it will be most useful to the engineer who is familiar with DSP and the C language, but who is not necessarily an expert in both. All of the example programs in this book have been tested using standard C compilers in the UNIX and MS-DOS programming environments. In addition, the examples have been compiled using the real-time programing tools of specific real-time embedded DSP microprocessors (Analog Devices ADSP-21020 and ADSP-21062 Texas Instruments TMS320C30 and TMS320C40 and AT&T DSP32C) and then tested with real-time hardware using real-world signals. -In C Algorithms for Real-Time DSP, author Paul M. Embree presents a complete guide to digital signal processing techniques in the C programming language. This book is structured in such a way that it will be most useful to the engineer wh
- 2022-03-31 14:30:44下载
- 积分:1
-
一个dsp源程序
一个dsp源程序-a dsp source
- 2022-03-03 12:39:26下载
- 积分:1