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时会出现问题,注释掉以后则不会出现。
Ben Qin:
你好,可能是CCS的bug。还请使用没有bug的版本。