用MPLAB IDE编程时,软件总是弹出一个窗口提示: “the extended cpu mode configuration bit is enabled,but the program that
生活随笔
收集整理的這篇文章主要介紹了
用MPLAB IDE编程时,软件总是弹出一个窗口提示: “the extended cpu mode configuration bit is enabled,but the program that
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
用MPLAB IDE編程時,軟件總是彈出一個窗口提示:
“the extended cpu mode configuration bit is enabled,but the program that was loaded was not built using extended cpu instructions.
therefore,your code may not work properly.”
怎么辦?
在main函數前加一句偽指令:#pragma config XINST=OFF即可。
“the extended cpu mode configuration bit is enabled,but the program that was loaded was not built using extended cpu instructions.
therefore,your code may not work properly.”
怎么辦?
在main函數前加一句偽指令:#pragma config XINST=OFF即可。
總結
以上是生活随笔為你收集整理的用MPLAB IDE编程时,软件总是弹出一个窗口提示: “the extended cpu mode configuration bit is enabled,but the program that的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 解决MPLAB X IDE的文件注释出现
- 下一篇: PIC单片机PIC18F26K80中断优