28035的ADC,例程在RAM中运行正常,为什么写入Falsh中就不能运行了那?
我使用 \v121\DSP2803x_examples\adc_soc 例子程load RAM中运行正常,
但在我更改CMD 文件,将 .txt 指向Flash后,编译将程序写入flash中运行,程序出现异常
试了多次总停在下面这个中断中,不能正常运行为什么啊?
interrupt void ILLEGAL_ISR(void) // Illegal operation TRAP
{
// Insert ISR Code here
// Next two lines for debug only to halt the processor here
// Remove after inserting ISR Code
asm(" ESTOP0");
for(;;);
}