Page 1 of 1

Microchip Programmer MPLAB SNAP

Posted: Fri May 15, 2020 1:18 pm
by stefan.erni
Hi Ben

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.
Bild1.PNG
(248.61 KiB) Downloaded 199 times

Re: Microchip Programmer MPLAB SNAP

Posted: Mon Jun 21, 2021 9:36 am
by katela
Can you post this image again, the link seems broken to see the Snap programmer configurations in FLowcode.
I'm getting the error: Unable to locate JRE.
What did you choose in Location?
Thanks