Unable to set fuses on 16F676
Hi, I am having problem setting configuration fuses on 16F676
I am using MPLAB with PBP. The following statement works normally on other PICs according to their settings but on 676 it is giving errors
@ __CONFIG _XT & _WDTE_ON & _PWRTE_ON & _MCLRE_OFF & _BODEN_ON & _CP_ON & _CPD_ON
Errors are:
Error[113] D:........ Symbol not previously defined (_XT)
Error[113] D:........ Symbol not previously defined (_WDTE_ON)
Error[113] D:.........Symbol not previously defined (_BODEN_ON)
Error[113] D:.........Symbol not previously defined (_CP_ON)
Error[113] D:........ Symbol not previously defined (_CPD_ON)
Re: Unable to set fuses on 16F676
Hi,
Some body can help me this error massages MPLAB 8.60v?
processor 16F676
#include <P16F676.INC>
__config 0x3F4C
; _CPD_OFF & _CP_ON & _BODEN_ON & _MCLRE_OFF & _PWRTE_ON & _WDT_ON
; & _INTRC_OSC_NOCLKOUT
Error[113] : Symbol not previously defined (LADR_0x03FF)
Error[113] : Symbol not previously defined (LADR_0x03FF)
Error[113] : Symbol not previously defined (SFR_0x11)
Error[113] : Symbol not previously defined (SFR_0x11)