compiler selection ?

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
Frank123
Posts: 36
Joined: Fri Jan 15, 2010 5:17 pm
Location: Saint-Nazaire - France
Has thanked: 1 time
Contact:

compiler selection ?

Post by Frank123 »

Hello,

I am trying to program a PIC18F4331. When I look at the compiler, "Matrix Multimedia \ Flowcode V3 \ BoostC \ boostc.pic16.flowcode.exe" not "boostc.pic18.flowcode.exe" is indicated.

This is normal ?

Thank's
Frank
Electronics teacher

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: compiler selection ?

Post by medelec35 »

Yes that's normal, it programs 18F4331 just fine. That is the chip I am currently using, and have programmed it with V3 with the following paths:
Compiler:
C:\Program Files (x86)\Matrix Multimedia\Flowcode V3\BoostC\boostc.pic16.flowcode.exe

Linker/Assembler:
C:\Program Files (x86)\Matrix Multimedia\Flowcode V3\BoostC\boostlink.pic.exe

Programmer:
C:\Program Files (x86)\Matrix Multimedia\Common\PPPv3\PPPv3.exe

Note: For me it's Program Files (x86) instead of Program Files, since I am using 64 bit windows.
Make sure to go fully down the configurations and put low voltage programming and debug to disabled etc
I use the EB006 V7 programmer with built in crystal osc, so I have the crystal oscillator set to HS
Martin

User avatar
Steve
Matrix Staff
Posts: 3418
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

Re: compiler selection ?

Post by Steve »

Flowcode automatically switches between "boostc.pic16.flowcode.exe" and "boostc.pic18.flowcode.exe" as appropriate.

Post Reply