您好:
我在做c6701的项目,c6701片内程序区为64KB,但是我只用了一部分,程序区剩余部分我想填充指令数据,当程序指针跑飞到这块区域,进入死循环. 现在的问题就是: PC指针不管指向这块区域的任何位置,执行的指令应该是相同的,这就是说这块区域填充的所有指令都是相同的.但是,一条指令不能实现让程序进入死循环.请问有什么其他的办法可以解决我的问题?
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.