From: Frans S. <fra...@gm...> - 2008-12-09 07:31:15
|
Hi Francesco, I don't think it should be very different, do you have the latest firmware? I will try the 16F84A tomorrow if it still works for me. The only way to debug such things is to modify the firmware to let it send back something. For the PIC16F84A (and LF) usbpicprog verifies the memory also during programming time, so if it doesn't complain during programming, it should be ok. Autodetecting is the same algorithm as reading the device, so I think the problem is the reading. Maybe you should try to run your program. btw, how long is your cable from upp to 16LF84A? maybe you can try a shorter one. Cheers, Frans Francesco Montorsi wrote: > Hi Frans, > today I wanted to test UPP with a PIC16LF84A. > > It seems to be unable to autodetect it and after programming (which doesn't give > errors) if I choose "verify" I get: > > 23:29:40: => Verifying all areas of the PIC... > 23:29:43: => Verify code failed at 0x1. Read: 0xFF, Expected: 0x30 > 23:29:43: Operations completed with errors/warnings > > Do you know if the 16LF84A is significantly different from 16F84A ? > > How do you debug such problems? > > Thanks, > Francesco > > > |