-
这里把在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
-
这是dsp281x资料,通过这个资料学习dsp281x
这是dsp281x资料,通过这个资料学习dsp281x-This is dsp281x information, through this information to learn dsp281x
- 2022-02-11 18:03:36下载
- 积分:1
-
TI的DSP
TI的DSP-2812的SPI底层驱动程序,-TI的DSP-2812的SPI???闱????绦??
- 2022-08-22 21:10:21下载
- 积分:1
-
TMS320C2x commonly used to study the classical procedures, to achieve coding com...
学习TMS320C2x常用经典程序,实现编码的压缩,初学者可参考-TMS320C2x commonly used to study the classical procedures, to achieve coding compression, beginners can refer to
- 2022-08-07 00:42:14下载
- 积分:1
-
CCS中PRD周期性模块函数使用的例子,已经经过调试
CCS中PRD周期性模块函数使用的例子,已经经过调试-CCS PRD cyclical module, which uses the example, after debugging
- 2022-02-01 10:09:26下载
- 积分:1
-
TigerSHARC TS
TigerSharc TS201 32-bit floating point IIR filter routine.
-TigerSharc TS-201 32-bit floating point II R filter routine.
- 2023-07-28 18:20:02下载
- 积分:1
-
在ccs中调试DSP外部存储sdram的反色代码,主要是通过dsp/bios中的HST管道实现的。其中选用的是DM642芯片及MT48LC16M16A2的sdr
在ccs中调试DSP外部存储sdram的反色代码,主要是通过dsp/bios中的HST管道实现的。其中选用的是DM642芯片及MT48LC16M16A2的sdram,且sdram的相关时序参数已配置好。-In ccs debug DSP external memory sdram of the anti-color code, mainly through the dsp / bios in the HST pipeline implementation. One choice is the DM642 chip and MT48LC16M16A2 the sdram, sdram and the related timing parameters have been configured.
- 2022-03-22 20:45:11下载
- 积分:1
-
Study sample fft TI' s DSP sample programs proven
DSP学习示例 fft TI的示例程序 验证过的-Study sample fft TI" s DSP sample programs proven
- 2022-01-30 15:21:48下载
- 积分:1
-
Color production, and transmission through the oral PPI display
彩条的产生,并通过PPI口传输显示,也是关于DSP基础的小程序-Color production, and transmission through the oral PPI display
- 2022-05-30 22:38:58下载
- 积分:1
-
指纹识别的C语言代码,找出有用的发展…
指纹识别C语言代码,对识别的开发学习很有帮助。-Fingerprint identification C language code, to identify the development of useful learning.
- 2023-01-10 11:05:03下载
- 积分:1