Parameters for the PicFlash from Mikroelectronika

Discuss the Integrated Development Environment (IDE)

Moderators: David Barker, Jerry Messina

Post Reply
Robert
Registered User
Registered User
Posts: 7
Joined: Fri Jul 04, 2008 2:11 pm
Location: France

Parameters for the PicFlash from Mikroelectronika

Post by Robert » Sat Jul 05, 2008 9:49 am

Hi all,
is someone using the on board (or stand alone) programmer Picflash from MikroE ? What are the params to pass from the IDE to have the programmer inteface fields set correctly with the type of MCU and the config when the programmer is called from within swordfish ?

By advance thanks,

Robert

User avatar
Steven
BETA Tester
Posts: 406
Joined: Tue Oct 03, 2006 8:32 pm
Location: Cumbria, UK

Post by Steven » Sat Jul 05, 2008 1:53 pm

Here are the parameters that I use:

-w -pPIC$target-device$ -f$long-hex-filename$ -q

Regards,

Steve

P.S. The -q ensures that the PICFlash software quits automatically after programming.

Robert
Registered User
Registered User
Posts: 7
Joined: Fri Jul 04, 2008 2:11 pm
Location: France

Post by Robert » Sat Jul 05, 2008 2:01 pm

Hi Steven,
thanks ! I see now were was my mistake... Following what is written in the booklet of the picflash, I added " around the file name... That works better without them :) !

Regards,

Robert

Post Reply