Hi! The Program Flowcode 4 Demo does not compile directly to chip, is the error message (in the screenshot).With program FlowCode3 there are not such problems .
Sincerely, Alexander
Flowcode 4 Demo does not compile directly to chip
-
- Posts: 79
- Joined: Mon Aug 03, 2009 12:14 pm
Flowcode 4 Demo does not compile directly to chip
- Attachments
-
- flowcode4-problem.jpg (43.76 KiB) Viewed 5299 times
Respectfully, Alexander
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: Flowcode 4 Demo does not compile directly to chip
Hello Alexander
This FAQ topic should get you up and running.
http://www.matrixmultimedia.com/support ... .php?t=554
Let me know if your still having problems.
This FAQ topic should get you up and running.
http://www.matrixmultimedia.com/support ... .php?t=554
Let me know if your still having problems.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
-
- Posts: 79
- Joined: Mon Aug 03, 2009 12:14 pm
Re: Flowcode 4 Demo does not compile directly to chip
In flowcode 3 options writed:
Programmer Location
E:\Program Files\Matrix Multimedia\Flowcode V3\tools\PICkit2\pk2cmd_mtx.exe
Parameters
-PPIC%p -F%F.hex -M -A5 -H
In flowcode 4 options writed:
Programmer Location
E:\Program Files\Matrix Multimedia\Flowcode V4\tools\PICkit2\pk2cmd.exe
Parameters
-PPIC%p -F%F.hex -M -A5 -H -BE:\Program Files\Matrix Multimedia\Flowcode V4\tools\PICkit2\
What should I change?
Respectfully, Alexander
Programmer Location
E:\Program Files\Matrix Multimedia\Flowcode V3\tools\PICkit2\pk2cmd_mtx.exe
Parameters
-PPIC%p -F%F.hex -M -A5 -H
In flowcode 4 options writed:
Programmer Location
E:\Program Files\Matrix Multimedia\Flowcode V4\tools\PICkit2\pk2cmd.exe
Parameters
-PPIC%p -F%F.hex -M -A5 -H -BE:\Program Files\Matrix Multimedia\Flowcode V4\tools\PICkit2\
What should I change?
Respectfully, Alexander
Respectfully, Alexander
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: Flowcode 4 Demo does not compile directly to chip
Hello
As mentioned in the FAQ topic to get PICkit working with V4.0 of Flowcode you need to....
Ensure that the programmer Location is set to the following.
C:\Program Files\Matrix Multimedia\Flowcode V4\Tools\PICkit2\pk2cmd.exe
Also ensure that the programmer parameters are set to the following.
-BC:\Program Files\Matrix Multimedia\Flowcode V4\Tools\PICkit2\ -PPIC%p -F%f.hex -M -A5 -R
Next ensure that the "Use external program to set configuration options" box is ticked.
Then below this are the location and parameter settings.
Location: C:\Program Files\Matrix Multimedia\Flowcode V4\Tools\PPP\PPPv3.exe
Params: -cs 2 -chip PIC%p -config
As mentioned in the FAQ topic to get PICkit working with V4.0 of Flowcode you need to....
Ensure that the programmer Location is set to the following.
C:\Program Files\Matrix Multimedia\Flowcode V4\Tools\PICkit2\pk2cmd.exe
Also ensure that the programmer parameters are set to the following.
-BC:\Program Files\Matrix Multimedia\Flowcode V4\Tools\PICkit2\ -PPIC%p -F%f.hex -M -A5 -R
Next ensure that the "Use external program to set configuration options" box is ticked.
Then below this are the location and parameter settings.
Location: C:\Program Files\Matrix Multimedia\Flowcode V4\Tools\PPP\PPPv3.exe
Params: -cs 2 -chip PIC%p -config
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
-
- Posts: 79
- Joined: Mon Aug 03, 2009 12:14 pm
Re: Flowcode 4 Demo does not compile directly to chip
Thank you! Now is all right 

Respectfully, Alexander