adding a programmer

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 4.
To post in this forum you must have a registered copy of Flowcode 4 or higher. To sign up for this forum topic please use the "Online Resources" link in the Flowcode Help Menu.

Moderator: Benj

Post Reply
siliconchip
Posts: 392
Joined: Wed Jan 05, 2011 11:24 am
Has thanked: 101 times
Been thanked: 24 times
Contact:

adding a programmer

Post by siliconchip »

hi i am running flowcode v4 is it possible to use an easy pic 5 developement board from mikroelektronika to program my pics i was able to do this with the demo version but my hobbyist version does not work with it :cry:

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: adding a programmer

Post by Benj »

Hello,

Yes this should be possible. You will have to change the programmer settings in the Chip -> Compiler options to call the command line programming tool for your hardware. If there is no command line programmer available then you will have to take the hex file produced by Flowcode and manually load it using your programming software.

ncc1502
Posts: 48
Joined: Mon Apr 07, 2008 9:18 pm
Has thanked: 23 times
Been thanked: 8 times
Contact:

Re: adding a programmer

Post by ncc1502 »

I use Easypic5 from MikroElectronica

I have added at programmer location: C:\Program Files\Mikroelektronika\PICFLASH-mikroICD\PICFLASH.exe
with Parameter: -f"%f.hex"

I use the older picflash, i think it should probably work also with the newer Mikroprog suite.

Hope this helps.
Better safe then sorry

Post Reply