我用的 “AISgen_d800k008”工具将arm和dsp编译产生的out文件生成input.h文件。
然后将input.h文件放进别的工程,烧写进spi-flash。
然后断电重新上电,arm的灯闪烁了,dsp的灯没闪。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我用的 “AISgen_d800k008”工具将arm和dsp编译产生的out文件生成input.h文件。
然后将input.h文件放进别的工程,烧写进spi-flash。
然后断电重新上电,arm的灯闪烁了,dsp的灯没闪。
在你提供的文件下的dsptest.map里DSP程序入口地址为:
*****************************************************************************
TMS320C6x Linker PC v8.0.3
******************************************************************************
>> Linked Thu Mar 24 11:35:50 2016
OUTPUT FILE NAME: <dsptest.out>
ENTRY POINT SYMBOL: "_c_int00" address: c1009000
而ARM端配置的DSP入口地址为:
//--------------------------------------- method 2 ldy from TI GEL
HWREG(SOC_SYSCFG_0_REGS + SYSCFG0_HOST1CFG) = 0x11800000; // start of L2
DSP当然起不来~~~