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.

TMS320F280049: 进入非使能的中断

Part Number: TMS320F280049


hi,dear:

对ramg0设置CPU fetch保护,进入illegalISR(),但之后程序会进入        SCIA_RX_ISR()。但我程序里没有使能该中断,读取PIEIER也是关闭的。为什么会跳进该中断呢?

__interrupt void illegalISR(void)
{
illegalISRFlag = true;


MemCfg_setProtection(MEMCFG_SECT_GS0, MEMCFG_PROT_ALLOWCPUFETCH);

}