MPLAB IDE v8.60 CORE-W0014: Halted due to PC incrementing over the Maximum PC

2020-02-08 12:26发布

MPLAB IDE v8.60 CORE-W0014: Halted due to PC incrementing over the Maximum PC address and wrapping back to Zero 这个是什么意思


(原文件名:1.jpg)


(原文件名:2.jpg)




#include<pic.h>
#include<pic12F6x.h>
__CONFIG (INTIO & WDTDIS & PWRTEN & MCLRDIS & BORDIS); //看门狗关、INTOSC振荡不输出(GP4和GP5为I/O口)、MCLR脚不能复位


main()
{

        while (1)
        {
                GPIO5=0;
        }



}
0条回答

一周热门 更多>