Page 1 of 1

Flowcode V5

Posted: Wed Feb 01, 2012 4:03 pm
by brunoflow
Hello

The recorder is working PICkit2 normal.
Least in this sample program that I created it can not write and direct this error appears as shown in the image. I wonder what's going on thanks.

Re: Flowcode V5

Posted: Wed Feb 01, 2012 4:26 pm
by JonnyW
Hi. What is the name of the hex file - does it have spaces in it? If so you will probably need quotes around the argument in compiler options, for example:
pk2cmd.exe ... -F"%f.hex" ...

Jonny