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.