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.

F28069的adc_soc实验在FLASH运行不了

您好,最近在学F28069遇到了问题,在用到F2806x_examples_ccsv5  -> adc_soc的ADC实验(任何代码都没有改动),在RAM运行正常,但是替换了F28069.cmd后 每次运行都会进入

__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(;;);

}的错误中。不知道如何解决,望解答,谢谢。