There is a cheap programmer for PIC's (less than 20$) and it's working fine with Flowcode 8
Just change to /TPSNAP in the
--compileroption
----programmer
-----parameter
like this:
/P$(chip) /F"$(outdir)$(target).hex" /TPSNAP /M /OL
I suspect this applies to all programmers in the same way
Following are the supported tool names (not case-sensitive):
• ICD3 – MPLAB ICD 3 In-Circuit Debugger
• ICD4 – MPLAB ICD 4 In-Circuit Debugger
• RealICE – MPLAB REAL ICE In-Circuit Emulator
• PICkit3 – PICkit 3 In-Circuit Debugger
• PICkit4 – MPLAB PICkit 4 In-Circuit Debugger
• SIM – Simulator
• PM3 – MPLAB PM3 Programmer
• LicensedDebugger – third party debugger
• LicensedProgrammer – third party programmer
• SK – Microchip Starter Kit (PICkit On Board – PKOB)
• SNAP – MPLAB Snap In-Circuit Debugger
• EDBG - Embedded Debugger
To set the tool for programming only, a space must precede the -p option.