Incorporating PPPv3 into Source Boost

For C and ASSEMBLY users to post questions and code snippets for programming in C and ASSEMBLY. And for any other C or ASM course related questions.

Moderators: Benj, Mods

Post Reply
d2squared
Posts: 5
Joined: Sun Nov 25, 2012 6:50 pm
Contact:

Incorporating PPPv3 into Source Boost

Post by d2squared »

hi everyone!

I hope this finds you well. I have very new to E-block, PPPv3 and C ... I am more familiar with assembler. I'd like to setup PPPv3 as the programmer for BoostC in Source Boost IDE. does anyone knows the command line to type in the compiler option splash window?

thank you

User avatar
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: Incorporating PPPv3 into Source Boost

Post by Benj »

Hello,

I think this is what your looking for.

"C:\Program Files (x86)\Flowcode\v5\Tools\PPP\PPPv3.exe" -cs 1 -chip PIC16F88 -nogui "file.hex"

You will need to change the device and the hex file to match your project.

Post Reply