Search found 5 matches

by Sofie
Tue Dec 04, 2012 1:40 pm
Forum: Formula Flowcode
Topic: Program formula buggy with Sourceboost boostc
Replies: 6
Views: 14817

Re: Program formula buggy with Sourceboost boostc

Hi David, I tried all the same as described for the ECIO device (including "the device manager and goto the power management tab -> untick the box that allows Windows to power down the device and click OK.") . It only works when i am sending een hex-file that is programmed with flowcode. So it doesn...
by Sofie
Sat Dec 01, 2012 9:17 am
Forum: Formula Flowcode
Topic: Program formula buggy with Sourceboost boostc
Replies: 6
Views: 14817

Re: Program formula buggy with Sourceboost boostc

Hello Ben, I use the buggy to program the hex in the PIC18f4455. The hardware that is detected in my device manager is "Formula Flowcode Buggy" and not the ECIO module (I do not have this module). When i use the "BuggyProg.exe" my buggy is recognized, but there is a error when i send my hex-file (se...
by Sofie
Wed Nov 28, 2012 10:25 pm
Forum: Formula Flowcode
Topic: Program formula buggy with Sourceboost boostc
Replies: 6
Views: 14817

Re: Program formula buggy with Sourceboost boostc

Hello David, the attachment with the hexcode is uploaded in my first post
by Sofie
Wed Nov 28, 2012 3:16 pm
Forum: Formula Flowcode
Topic: Program formula buggy with Sourceboost boostc
Replies: 6
Views: 14817

Program formula buggy with Sourceboost boostc

I want to program the formula buggy with Sourceboost (boostc) v7.01. I set my linker option to -rb 0x800 and target to PIC18F4455. This is my simple code : #include <system.h> void main() { trisd=0x00;portd=0; while(1) portd=portd+1; } Compilation and linking in sourceboost works good. Then i use bu...
by Sofie
Wed Nov 28, 2012 2:30 pm
Forum: Formula Flowcode
Topic: Programming in C
Replies: 7
Views: 17080

Re: Programming in C

I tried to do everything you said:
linkeroption in Sourceboost : -rb 0x800 and compile and link
When i send this to the pic using buggyprog, i always get the error: send Failed...

Can you help me

(excuse me for my english)