Page 1 of 1

Integrate PICKIT into flowcode

Posted: Wed Oct 23, 2019 9:07 pm
by Pascal_2016
Hello Community

I want to embed the PICKIT 3 in my flow code. I have tried this according to the instructions "PICkit3 - IPE (NEW)".

From my point of view everything works until the moment the mLoader is loaded. Then I get the error message "No device detected". What else do I have to set to load the program into the PIC?

Re: Integrate PICKIT into flowcode

Posted: Thu Oct 24, 2019 8:12 am
by medelec35
You need to have the Default compiler for the platform C for PIC selected.
Flowcode will compile and program using whatever Compiler optionis ticked (which is shown as a bold font).
In your case the Default is selected, hence using mLoader as the programmer and not PICkit3.

Re: Integrate PICKIT into flowcode

Posted: Sun Oct 27, 2019 10:52 pm
by Pascal_2016
Thank you very much for your help.