-
DSP程序,对初学DSP的很有帮助。共同分享
DSP程序,对初学DSP的很有帮助。共同分享-DSP procedures DSP beginner
- 2023-07-12 03:50:06下载
- 积分:1
-
TMS320C6000,DSP6000系列DM642芯片,seed公司DM642开发板的图像阈值分割程序。...
TMS320C6000,DSP6000系列DM642芯片,seed公司DM642开发板的图像阈值分割程序。-TMS320C6000, DSP6000 Series DM642 chip, seed companies DM642 development board image threshold segmentation procedure.
- 2023-05-16 03:15:03下载
- 积分:1
-
一个高级培训班的内部资料,非常宝贵,读者可以掌握DSP基本思路
一个高级培训班的内部资料,非常宝贵,读者可以掌握DSP基本思路-A high-level training of internal information, are very valuable, readers can grasp the basic idea DSP
- 2022-06-14 04:28:29下载
- 积分:1
-
mpeg2_encoder为MPEG2算法的DEMO,主要是将每一帧的图像编码,输出码流,在DEMO中未处理,然后解码输出...
mpeg2_encoder为MPEG2算法的DEMO,主要是将每一帧的图像编码,输出码流,在DEMO中未处理,然后解码输出-mpeg2_encoder for MPEG2 algorithm DEMO, mainly to each frame of image coding, the output bit stream, in the DEMO in the untreated, and then decode the output
- 2023-01-18 00:30:03下载
- 积分:1
-
DSP常用例程,C语言编写,适合初学者学习。
DSP常用例程,C语言编写,适合初学者学习。-Commonly used DSP routines, C language, suitable for beginners to learn.
- 2022-10-10 06:55:02下载
- 积分:1
-
On the voice codec used in a number of standard (G.711
关于语音编解码常用的一些标准(G.711-G.729),由于东西较多,没有一一验证过-On the voice codec used in a number of standard (G.711-G.729), because of something more, there is no verified 11
- 2022-04-10 22:10:22下载
- 积分:1
-
motorola的dsp56F807对时钟芯片DS1302的操作,包括串读,串写等,也可作为eeprom使用...
motorola的dsp56F807对时钟芯片DS1302的操作,包括串读,串写等,也可作为eeprom使用-the program is using the dsp56F807 of Motorola to operate the clock IC DS1302,including serial reading,serial writing and so on,it also can be used to be eeprom.
- 2023-01-09 12:05:03下载
- 积分:1
-
支持类型TI DSP TMS320DM642,测试dsp bios中的时钟函数
支持类型TI DSP TMS320DM642,测试dsp bios中的时钟函数 -types of support TI DSP TMS320DM642, testing dsp bios of the clock function
- 2022-01-26 01:13:31下载
- 积分:1
-
dsp for testing external sram, variable settings to 5402 in the external SRAM
dsp用于测试外部sram,变量设置到5402外部sram中-dsp for testing external sram, variable settings to 5402 in the external SRAM
- 2023-02-27 17:35:03下载
- 积分: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