Mplab c30 3.31 serial

broken image

Make -f nbproject/Makefile-default.mk dist/default/production/LED_blink.X.production.hex Make: Entering directory 'C:/Users/Vivek/MPLABXProjects/LED blink.X' Make -f nbproject/Makefile-default.mk SUBPROJECTS=. Use project enums instead of #define for ON and OFF.Ĭode: Select all CLEAN SUCCESSFUL (total time: 32ms) #pragma config statements should precede project file includes. #pragma config CP = OFF // Flash Program Memory Code Protection bit (Code protection off) #pragma config WRT = OFF // Flash Program Memory Write Enable bits (Write protection off all program memory may be written to by EECON control) #pragma config CPD = OFF // Data EEPROM Memory Code Protection bit (Data EEPROM code protection off) #pragma config LVP = OFF // Low-Voltage (Single-Supply) In-Circuit Serial Programming Enable bit (RB3 is digital I/O, HV on MCLR must be used for programming) #pragma config BOREN = ON // Brown-out Reset Enable bit (BOR enabled) #pragma config PWRTE = OFF // Power-up Timer Enable bit (PWRT disabled) #pragma config WDTE = ON // Watchdog Timer Enable bit (WDT enabled) #pragma config FOSC = HS // Oscillator Selection bits (HS oscillator) Here is the program that I am trying to build Hi I am using PIC16F877A with MPLABX IDE and XC8 compiler.