From: Frans S. <fra...@gm...> - 2008-11-15 16:10:07
|
Hi, > > I have programmed my other two PIC18F2550 with the UPP bootloader. UPP > (v.1.1) autodetected them correctly and when I clicked > Actions->Program the programming seems successful. > However if I click Actions->Verify for both those PICs I get "Verify > config failed at 0x300004. Read 0x00. Expected 0xFF". > If I understand it correctly, the bits are relative to the watchdog > timer (WDTPS2-WDTPS0 e WDTEN). > There's nothing wrong with your usbpicprog, it's just normal that it can't verify this locations since it is not implemented in the pic and always reads as 0x00. I should still add some kind of mask in the software for which configuration bits to verify and which not. But since it differs for every PIC it is a lot of work to do that, so it will probably take a while. You can disable the verify function for config memory in the preferences panel! > I wonder if this is because the PICs were damaged by my previous > experiments :) or rather because of something related to > code-protection flags... Nothing is broken really! > Thanks!! > Francesco > > Thank you for reporting! Frans |