Microchip Programmer MPLAB SNAP

Tips, Tricks and methods for programming, learn ways of making your programming life easier, and share your knowledge with others.

Moderators: Benj, Mods

Post Reply
stefan.erni
Valued Contributor
Valued Contributor
Posts: 654
Joined: Fri Aug 19, 2016 2:09 pm
Location: switzerland
Has thanked: 182 times
Been thanked: 179 times
Contact:

Microchip Programmer MPLAB SNAP

Post 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

User avatar
katela
Posts: 10
Joined: Thu Aug 15, 2013 8:04 am
Location: South Africa
Has thanked: 3 times
Been thanked: 1 time
Contact:

Re: Microchip Programmer MPLAB SNAP

Post 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
Free online Microcontroller Tutorials & Projects for beginners to advanced.
Website: https://www.studentcompanion.co.za/cate ... e-for-pic/
YouTube Tutorials: https://www.youtube.com/user/StudentCompanionSA

Post Reply