Now, I'm really confused. After reading the datasheet again, I tried to add the following lines:
CONFIG1H = %00001000 'INT OSC Switchover & FSCM disabled, INT OSC enabled
CONFIG2L = %00000001 'BOR, PWRTEN disabled
CONFIG2H = 0 'WDT disabled
CONFIG3H = 0 'MCLR disabled
CONFIG4L = %10000000 'DEBUG, LVP, STVR disabled
CONFIG5L = %00000011 'CODE PROTECT disabled
CONFIG5H = %11000000 'EEPROM & BOOT BLOCK not code protected
CONFIG6L = %00000011 'WRITE PROTECT off
CONFIG6H = %11100000 'EEPROM & BOOT BLOCK not write protected
CONFIG7L = %00000011 'TABLE READ not protected
CINFIG7H = %01000000 'BOOT BLOCK TABLE READ not protected
MPASM says "Syntax error". Why? Programs won't compile using PBP 2.50, it says use MPASM. Is this correct?
Bookmarks