Direct Write to easypic7

For general Flowcode discussion that does not belong in the other sections.
Post Reply
hiromiyureei
Posts: 34
http://meble-kuchenne.info.pl
Joined: Thu Dec 17, 2020 3:34 pm
Been thanked: 1 time

Flowcode v10 Direct Write to easypic7

Post by hiromiyureei »

Good morning, I tried "write directly to the micro" with a Pickit 3 and 4 and it works, but I'd like it to be possible to write directly to an EasyPic 7 or 8, this one for example.
https://www.mikroe.com/easypic-v7?srslt ... riGzeLruMa
Thank you very much.

medelec35
Matrix Staff
Posts: 2080
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 642 times
Been thanked: 698 times

Re: Direct Write to easypic7

Post by medelec35 »

Hello.
I have not got easy pic myself, so I can't verify the correct commands.
You must install the mikroProg Suite and the easypic7 drivers
Run Flowcode and select the target device from Build > project options.
Open Build > Compiler Options and click on the floppy disk icon and enter a name e.g Easypic7, select OK.
Select The new Easypic7 option, select the Programmer Tab.
Within Location browse to the mikroProg Suite exe.
e.g.

Code: Select all

C:\Program Files\Mikroelektronika\mikroProg Suite For PIC\mikroProg Suite for PIC.exe
Within parameters enter the following:

Code: Select all

-e -w -pPIC$(chip) -v -f"$(outdir)$(target).hex" -q
Make sure the Default compiler for the platform C for PIC is ticked before selecting OK

-v is verify and open an OK prompt.
To speed up the programming the -v can be removed

If you don't want the suit to quit, then the -q can also be removed


I have added the information to the wiki.
Martin

Post Reply