Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hi R,Its in the config registers config4 lower... Bit 2
Hi R,
This is my Config setup:
________________________________________________
'PIC Config
Define CONFIG1L = 0x00
Define CONFIG1H = 0x02 '0x02 =EXT 8MHz
Define CONFIG2L = 0x1e
Define CONFIG2H = 0x00
Define CONFIG3L = 0x00
Define CONFIG3H = 0x81 'Set for HVP
Define CONFIG4L = 0x80
Define CONFIG4H = 0x00
Define CONFIG5L = 0x0f
Define CONFIG5H = 0xc0
Define CONFIG6L = 0x0f
Define CONFIG6H = 0xe0
Define CONFIG7L = 0x0f
Define CONFIG7H = 0x40
___________________________________________________
But what I'm asking is what is the voltage range for LVP and HVP?
C
Hi C did you do this ? I presume your using MPLABX , ? In the memory view you get your current CONFIG then you can click the various options to see available settings, then generate the code to cut and paste from the 'output window' into your program , Job done !Go to [Window] click Target Memory Views . And Configuration bits. that will display your current setting and can generate code to paste into your program
Hi G,Hi C did you do this ? I presume your using MPLABX , ? In the memory view you get your current CONFIG then you can click the various options to see available settings, then generate the code to cut and paste from the 'output window' into your program , Job done !
What was the PK3 firmware version ?
Hi M,I had a pickit3 fail on me a couple of months ago and found a diagnostic program to test it with. After running all the tests, it appeared to be working just fine. I then did a "Revert to MPLAB X mode" and it started working fine again. This page seems to explain it.
Mike.
Hi G,Hi C , Never a good idea to use PK3 to power the device , Laptop usb supplies are notoriously noisy ( well used to be ) .. the Standalone PK3 SW is a bit Iffy !
I have 3 PK3s (one a clone ) and never had a problem that wasn't of my own making !
Hi,
Today, I moved to a good computer, different USB, updated Pickit3 as P and G have suggested, apart from the MPLAB IDE part (I use Oshonsoft IDE) I tried the working PCB and all is well, then with the problematic identical PCB, on the 4431 I got errors. (Not powered)
My last post has a question, which I'd like clarified please.
If I'm right then it looks like a PCB problem.
As the PCB is powered at 3.3V and the programmer defaults to 5V could this shine a light on the problem?
C
Do you have something connected to RB6, RB7 pins?Hi,
Today, I moved to a good computer, different USB, updated Pickit3 as P and G have suggested, apart from the MPLAB IDE part (I use Oshonsoft IDE) I tried the working PCB and all is well, then with the problematic identical PCB, on the 4431 I got errors. (Not powered)
My last post has a question, which I'd like clarified please.
If I'm right then it looks like a PCB problem.
As the PCB is powered at 3.3V and the programmer defaults to 5V could this shine a light on the problem?
C