将部分代码从flash复制到ram 中运行,会出现进入非法的中断
ILLEGAL_ISR(void)。若全部迁移到ram中运行,出现
Can't Run Target CPU: Can't write to data memory 0x82D, check memory config [-2184]
Can't Run Target CPU: Can't write to data memory 0x838, check memory config [-2184]
现象,求解惑
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.
将部分代码从flash复制到ram 中运行,会出现进入非法的中断
ILLEGAL_ISR(void)。若全部迁移到ram中运行,出现
Can't Run Target CPU: Can't write to data memory 0x82D, check memory config [-2184]
Can't Run Target CPU: Can't write to data memory 0x838, check memory config [-2184]
现象,求解惑
附件中是28335的 可以参考一下
从错误看 应该是CMD问题吧
先注释掉搬移部分代码和配置 看看能不能正常编译运行