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.
Original question:
ILLEGAL_ISR问题
Part Number: TMS320F280025C
你好,看下错误日志,编译就没有通过是吗?
你好,ILLEGAL_ISR通常发生的情况是,已经声明的代码段应该要从RAM中被调用,但是内存复制函数还没有将代码段从flash复制到RAM。请检查下代码看是否可能发生这样的情况。