Code:
; Set fuses:
;==========================================================================================
@ __config _CONFIG1, _INTRC_OSC_NOCLKOUT & _WDT_OFF & _PWRTE_OFF & _MCLR_ON & _LVP_OFF & _CP_OFF
@ __config _CONFIG2, _FCMEN_OFF & _IESO_OFF
_HS_OSC, _XT_OSC does work but I want to use the internal 8MHz oscillator.
I have already comment out the config in the INC file.
The INTRC_OSC_NOCLKOUT is placed in the M16F88.INC file under the PBP/INC directory so that shouldn't be the problem.
error is: Error[113] C:\XWISP2\TAP.ASM 391 : Symbol not previously defined (__INTRC_OSC_NOCLKOUT)
I use the MPASM assambler and PBP2.44
Bookmarks