Greetings mackrackit,
I've looked in the folder you mentioned and the file is called P18F45K20.INC.
I've looked inside the file and found the OSC ( _FOSC_HS_1H EQU H'F2' ; HS oscillator ) and MCLR ( _MCLRE_OFF_3H EQU H'7F' ; RE3 input pin enabled; MCLR disabled ) lines.
However, i'm trying to place these into the code but i'm not being able to succeed.
Tryed stuff like :
@ __CONFIG _CONFIG1, _FOSC_HS_1H
@ __CONFIG _CONFIG3H, _MCLRE_ON_3H
but dont work
Bookmarks