Which programmer software you are using ?
You should use dspic30f supported pic kit version software .
That software might be discontinued by Michrochip , anyway you can download from in internet .
Which programmer software you are using ?
You should use dspic30f supported pic kit version software .
That software might be discontinued by Michrochip , anyway you can download from in internet .
I've got a inverter hex file from a website when I write the file to 30f2010 it worked But when I erased the ic and rewrite the code again it giving error. I have tried multiple times but the results are same , I've tried with another ic and the same happened.Is something wrong with the hex file or with the beat configuration. Already killed 2 IC's
If you only read 0x0000 then the code protection is active.
if the MCU programs but does not verify then the code is in there but you just can’t read it back to verify.
if you want to reprogram then you need to read the data sheet about how to completely erase the chip first - the PicKit2 has options to provide the correct Vpp voltage to do this.
Susan
If you only read 0x0000 then the code protection is active.
if the MCU programs but does not verify then the code is in there but you just can’t read it back to verify.
if you want to reprogram then you need to read the data sheet about how to completely erase the chip first - the PicKit2 has options to provide the correct Vpp voltage to do this.
Susan
If you only read 0x0000 then the code protection is active.
if the MCU programs but does not verify then the code is in there but you just can’t read it back to verify.
if you want to reprogram then you need to read the data sheet about how to completely erase the chip first - the PicKit2 has options to provide the correct Vpp voltage to do this.
Susan
If you only read 0x0000 then the code protection is active.
if the MCU programs but does not verify then the code is in there but you just can’t read it back to verify.
if you want to reprogram then you need to read the data sheet about how to completely erase the chip first - the PicKit2 has options to provide the correct Vpp voltage to do this.
Susan
The PicKit tool has options to perform a complete erase.
However that is not going to help you as you are programming from the HEX file that will have the code protection bits set in it. Therefore every time you program the MCU you will reset the code protection config bits.
What you really need is to 1) hack the hex file to clear the appropriate bits (really hard to get right) or 2) get the source code and remove the config settings.
Susan