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.
28379程序烧写进Flash后运行到自带的延时函数就进interrupt void ILLEGAL_ISR(void)非法中断。在RAM中运行正常,烧写到Flash单步运行到延时函数DELAY_US(1)就进入非法中断interrupt void ILLEGAL_ISR(void)。我在进入main函数后的第一条初始化InitSysCtrl();中就已经加入了 memcpy函数。请问大家有玉带过这样的情况吗?都是怎么解决的?