Dave
Always wear safety glasses while programming.
OK,
I aded @ __config _INTRC_OSC_NOCLKOUT to set the PIC for Internal Oscillator allowing
use of the OSC pins as I/O, but when I compile, the error 44 : symbol not previously defined
appear.
Any suggestion?
thanks,
Oswaldus
mackrackit,
I Try _INTRC_IO, but I have now: Error 118 Overwriting previous address contents (2007)
thanks,
oswaldus
That sounds like you did not comment out the config lines in the chips inc file as described in the link.
Or you could just modify the inc file and not set the config in code space.
Dave
Always wear safety glasses while programming.
I comment out the config lines in the chips inc file as described in the link, and Port A works fine.
Thanks for your help, Kamikaze47 and mackrackit
Best regards,
oswaldus
Bookmarks