Page 1 of 1

Direct Write to easypic7

Posted: Fri Aug 29, 2025 8:04 am
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.

Re: Direct Write to easypic7

Posted: Fri Aug 29, 2025 9:47 am
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.