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.

TMS320C6701启动异常,请求大神帮助~~~~~~

Other Parts Discussed in Thread: TMS320C6701

TMS320C6701通过JTAG将程序下载到RAM内运行,当程序执行完c_int00后就会跑飞。(JTAG连接报错),出错界面如下所示:

请求大神帮助。。。。

cmd文件如下:

-c
-l rts6700.lib
-heap 0x200
-stack 0x200


MEMORY
{
VECS: o = 0x00000000 l = 0x00000200 /* Interrupt vector table */
IRAM: o = 0x00000200 l = 0x0000FE00 /* 64kB Internal RAM */
SDRAM: o = 0x80000000 l = 0x01000000 /* 16MB External SDRAM */
}

SECTIONS
{
.intvecs > VECS /* Custom section for interrupt vector table */
.text > IRAM
.stack > IRAM
.bss > IRAM
.cio > IRAM
.const > IRAM
.data > IRAM
.switch > IRAM
.sysmem > IRAM
.far > IRAM
.args > IRAM
.ppinfo > IRAM
.ppdata > IRAM

/* COFF sections */
.pinit > IRAM
.cinit > IRAM

/* EABI sections */
.binit > IRAM
.init_array > IRAM
.neardata > IRAM
.fardata > IRAM
.rodata > IRAM
.c6xabi.exidx > IRAM
.c6xabi.extab > IRAM
}