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.

TMS320F28035: 使用ccs7.3flash初始化时出现问题,但是使用ccs11初始化时则不会出现这种问题。

Part Number: TMS320F28035


程序使用ccs7.3时,烧录结束后,点击运行会进入

__interrupt void
ILLEGAL_ISR(void)
{
//
// Insert ISR Code here
//

//
// Next two lines for debug only to halt the processor here
// Remove after inserting ISR Code
//
__asm (" ESTOP0");
for(;;);
}

卡死在这里,无法运行。

但是同样的代码,使用ccs11就不会出现这种问题。

定位到initflash(),初始化flash时会出现问题,注释掉以后则不会出现。