hello
I am student and i have the following code that i used last year for programming my pic18f1220 with lcd 16x2. This year I need more pins so i bought the PIC18f45k22. I dont know if its good..
I use mplab and c18 compiler.When I do build for my pic I get this error: [1224] configuration setting 'WDT' not recognized that it is this line of code
# pragma config WDT = OFF, OSC = INTIO2, PWRT = ON, LVP = OFF, MCLRE = OFF
Does anyone know what is the configuration settings for my pic18f45k22?
Thank you in advance
First... Change your include to the correct processor..... Then look at the header file... All your definitions are in there.... ( Most have a E on the end ).. But just check.