Code:
@ DEVICE HS_OSC, LVP_OFF
DEFINE OSC 20
PORTB=0
TRISB=0
Start:
Toggle PORTB.7
PAUSE 250
GOTO Start
Presetting Configuration Fuses (PIC Defines) into your Program
http://www.picbasic.co.uk/forum/showthread.php?t=543
Most device programmer use HighVoltage programming, and use MCLR. PGD and PGC pins. hence why you MUST disable the LVP mode.
For crystal >4MHZ, you must use HS mode.
Last edited by mister_e; - 11th December 2007 at 18:15.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks