Dwayne Reid writes: > At 08:11 AM 8/7/2009, Csanyi Pal wrote: > >>Now I'm trying to program the PIC 18F2550 with Pikdev. >> >>When I hit F6 the 'Builtin PiKdev programmer - PiKdev' window pop up. >> >>Current settings is 'p18f2550' with the approppriate firmware .hex >>file. >> >>I can detect the PIC 18F2550 here. >> >>The field of >>'Program memory (16 bits words)' >>shows the values 'FFFF': >>from address 00000000 to 00007FF0 > > I am not familiar with PiKdev but the values of "FFFF" in the Program > Memory field strongly suggest that the hex file has NOT been loaded > into PiKdev's memory. Try to load the hex file manually - use > PiKdev's "load" or "import" function to actually select your hex file > and load it into memory. I can't find such an option in Pikdev GUI, but in 'pkp' console mode can. So I run 'pkp', '(C)hoose PIC device' and '(L)oad .HEX file' successfully. Now when I '(P)rogram+verify' the 'pkp' did the job and report this: ------ >> p Warning: [Config fuses] (addr = 0x300000, device = 0xcf3f, buffer = 0xffff) Warning: [Config fuses] (addr = 0x300002, device = 0x1f3f, buffer = 0xffff) Warning: [Config fuses] (addr = 0x300004, device = 0x8700, buffer = 0xffff) Warning: [Config fuses] (addr = 0x300006, device = 0xe5, buffer = 0xffff) Warning: [Config fuses] (addr = 0x300008, device = 0xc00f, buffer = 0xffff) Warning: [Config fuses] (addr = 0x30000a, device = 0xe00f, buffer = 0xffff) Warning: [Config fuses] (addr = 0x30000c, device = 0x400f, buffer = 0xffff) fuses error (current device: p18f2550, current file: OpenPicProgrammer.hex) ------ Now what can I do to get read of this fuses error? Any advices will be appreciated! -- Regards, Paul Chany http://csanyi-pal.info -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist