Hi Guys and Gals
Im trying to convert a program ive made in flowcode into Hex so that i can import into MPLAb for use with my Microchip Curiosity HPC board with a PIC16F18875
Flowcode has been great to help me visualise and simulate my code but now i need it to work in the real world.
When i import my HEX as a prebuilt code it works fine but when i come to Program the chip i get the below error:
The low voltage programming feature requires the LVP configuration bit to be enabled on the target device. Please enable this configuration bit and try the operation again.
Can anyone help?
Thanks
Flowcode to MPLAB PIC16F18875
Moderator: Benj
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Flowcode to MPLAB PIC16F18875
Hi,
Reading your hex file, LVP is disabled.
Microchip Curiosity HPC board must have it enabled.
Within Flowcode, go to Build, Project Options, configuration settings.
Scroll down to Low Voltage Programming Enable bit.
Change to Enabled.
Reading your hex file, LVP is disabled.
Microchip Curiosity HPC board must have it enabled.
Within Flowcode, go to Build, Project Options, configuration settings.
Scroll down to Low Voltage Programming Enable bit.
Change to Enabled.
Martin
Re: Flowcode to MPLAB PIC16F18875
Thanks Martin, i guess the clue was in the error message
Appreciated!

Appreciated!
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Flowcode to MPLAB PIC16F18875
Hi Stany,
, but I also needed to check if present within hex file or not to determine if an issue with your software or MPLABx.
So long as all is working, That's the main thing.
Yes it wasStany wrote:i guess the clue was in the error message

So long as all is working, That's the main thing.
Pleasure.Stany wrote:Appreciated!

Martin