Flowcode and pickit2

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
Manu
Posts: 3
Joined: Fri Jan 13, 2006 7:57 am

Flowcode and pickit2

Post by Manu »

Is it possible to use pickit2 instead of PP3 to program a target... and what is the command line?

thank you

Ian
Posts: 110
Joined: Thu Sep 29, 2005 10:53 am
Location: Matrix Multimedia
Been thanked: 1 time
Contact:

Post by Ian »

It is possible to use most programmer software with our products.

All of our PIC courses and products use MPLAB to create industry standard asm and hex files. If your programmer can handle hex files it will most likely work fine with opur products.

One simple method is to use your programmer to pick up the HEX and download it manually.

You will need to modify the programmer options for your products.

For Flowcode go to the PIC menu and select Compiler options.
For ASM for PICs open ASMIDE and go to the Assemble menu and select Options.
For C for PICs open SourceBoost and go to the Settings Menu and select Options, go to the Tools tab.

You will need to point to the Programmer exe file, and to check the help file for details of any comamnd line parameters taht are required.

Note that PPP sets the Config words if none are already in the code. If your programmer requires config words to be set you may need to add these to your code.

Post Reply