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.
Flowcode V5
Moderator: Benj
- JonnyW
- Posts: 1230
- Joined: Fri Oct 29, 2010 9:13 am
- Location: Matrix Multimedia Ltd
- Has thanked: 63 times
- Been thanked: 290 times
- Contact:
Re: Flowcode V5
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
pk2cmd.exe ... -F"%f.hex" ...
Jonny