Page 1 of 1
compiler selection ?
Posted: Sun Jan 17, 2010 3:39 pm
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
Re: compiler selection ?
Posted: Sun Jan 17, 2010 7:33 pm
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
Re: compiler selection ?
Posted: Mon Jan 18, 2010 11:49 am
by Steve
Flowcode automatically switches between "boostc.pic16.flowcode.exe" and "boostc.pic18.flowcode.exe" as appropriate.