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
compiler selection ?
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: compiler selection ?
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
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