PDA

View Full Version : Upgraded to PBP v2.60 and I can't program



FireHawk
- 5th May 2010, 16:31
Hey guys,

I searched around and couldn't find anything similar to this, but I'm working with a PIC18f46k20 and upgraded PBP from v2.5 to v2.6 in order to use MPLAB's ICD 3.

After the upgrade I'm unable to get the simplest of programs to work when I compile and program (U2 programmer) using the updated version. The programming sequence appears the same as before and I don't receive any erros, but my programs do not run while in the ciurcuit. However, if I copy the code creatred in PBP v2.6 and compile with v2.5 on a different computer everything works!

Anyone seen this before?

Jumper
- 5th May 2010, 16:36
Have you checked that you use the same configuration bits? If the PIC dont run that can be a good start to look.

FireHawk
- 5th May 2010, 16:55
I checked that before, but I went back and double checked again and I overlooked one. That did the trick!

Thanks Jumper!