-
这里把在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
-
This experiment uses the Blackfi n BF533/BF537 EZ
This experiment uses the Blackfi n BF533/BF537 EZ-KIT to run a simple FIR fi lter on stereo
channels at a sampling frequency of 48 kHz. The
CYCLE register is embedded in the main
program (
process_data.c) to benchmark the time needed to process two FIR fi lters. A
background telemetry channel (BTC) is set up to display the cycle count.
- 2023-05-16 10:25:03下载
- 积分:1
-
FFT, the compilation of the original procedure
快速FFT,汇编原程序-FFT, the compilation of the original procedure
- 2022-02-05 08:33:27下载
- 积分:1
-
fft的变换,用于dsp的fft变换,具体实现功能请大家参阅我的的源代码自己分析、...
fft的变换,用于dsp的fft变换,具体实现功能请大家参阅我的的源代码自己分析、-fft of transformation, for the fft transform dsp, to achieve the specific features please refer to the source code of my own analysis,
- 2022-02-11 13:32:50下载
- 积分:1
-
基于TMS320F2812的ADC算法实现
基于TMS320F2812的ADC算法实现-The ADC algorithm based on TMS320F2812
- 2023-07-22 00:50:03下载
- 积分:1
-
DSP串口通讯程序实现两个DSP之间的串口通讯
DSP串口通讯程序实现两个DSP之间的串口通讯-DSP serial communication program between the two DSP serial communications
- 2022-10-06 12:10:02下载
- 积分:1
-
FFT变换
FFT变换-Fast Fourie Transform
- 2022-05-08 11:54:15下载
- 积分:1
-
TMS320LF2407A与TMP101A温度芯片的接口开发程序,验证无误
TMS320LF2407A与TMP101A温度芯片的接口开发程序,验证无误-TMS320LF2407A and chip interface temperature TMP101A development of procedures to verify correct
- 2022-01-21 02:35:35下载
- 积分:1
-
TMS320F2812控制DAC7744驱动程序
TMS320F2812控制DAC7744驱动程序-TMS320F2812 control driver DAC7744
- 2022-11-15 06:30:03下载
- 积分:1
-
DSP2812 serial since spontaneous resumption procedures. This procedure is used i...
DSP2812的串口自收自发程序。本程序采用的是查询方式。简单好用。-DSP2812 serial since spontaneous resumption procedures. This procedure is used in query. Easy-to-use.
- 2022-01-30 10:25:38下载
- 积分:1