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)
Bookmarks