PIC18F452 Compile Problem
I am using PICBASIC PRO 2.43 and have been trying to modify the PIC18F452.inc file to allow compile without warning. I found a post by Bruce mentioning to remove the warning add w = -230 to the .inc file. I try to add the @ _CONFIG fuses to my source file but it does not allow me to compile. Can someone submit a simple sample with how to set the fuses for a PIC18F452?
If I try to go ahead and progran the chip wth the warnings my programmer gives me the following
Configuration fuses
Actual: 00 21 0E 0F 00 01 81 00 0F C0 0F E0 0F 40
Expected: FF F9 FE FF FF FF FB FF 0F C0 0F E0 0F 40
and does not program the chip!
Please help! Scott