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.

MSP430F5438A调试OV7670



为什么一开总中断就会出现这样的情况

激光打靶1.zip
  • 你的第二三张图片看不到,从一份同学的笔记里找到了解决办法:

            在仿真中,如果出现CPU is off(Low Power Mode) and interrupt are disabled! Cannot excute Step/Go此类情况,那么程序在运行时也会出现类似CPU无法被唤醒的情况。这大多是由于系统程序被意外篡改造成的,这里应该注意两个问题:首先,应该检查是不是把程序存储区意外改写了,也就是数据区和代码区是否有重叠。另外,要养成在低功耗主循环中使用_EINT();的习惯。

           具体问题应该还是低功耗的设计上。

    http://blog.163.com/hefeng330467115@126/blog/static/78205842201092282453109/