did you put a 330ohm resistor in front of the LED, else it won't
blink.
also need to add
ADCON1 = %00000110 ' switch off all the ADC
hope this work
did you put a 330ohm resistor in front of the LED, else it won't
blink.
also need to add
ADCON1 = %00000110 ' switch off all the ADC
hope this work
make sure you have your bootloader lines tied to ground (or to power, depending on how you set up your initialization scheme) to avoid unintentionally triggering the bootloader during runtime.
Bookmarks