Search found 8 matches

by iaindunn
Fri Nov 03, 2006 5:56 pm
Forum: Flowcode V2 & V3
Topic: compiling/programming errors to 12f675
Replies: 12
Views: 10119

Thanks Steve. that works now in version 2..a case of RTFM for the 12F675 :oops:
by iaindunn
Fri Nov 03, 2006 5:31 pm
Forum: Flowcode V2 & V3
Topic: compiling/programming errors to 12f675
Replies: 12
Views: 10119

Thanks steve Tried the original suggestion as a block of code ie asm __config INTOSC etc in version 2 as well and still get the compile error is there a way of slowing down the DOS flash? so I can read it. I think it mentioned definitions out of date. I'll try your second suggestion in V3 and see ho...
by iaindunn
Fri Nov 03, 2006 4:40 pm
Forum: Flowcode V2 & V3
Topic: compiling/programming errors to 12f675
Replies: 12
Views: 10119

Avast Virus checker seems to be the main culprit in slowing the compile down. Also tried putting the config for the 12f675 as asm code as below: asm __CONFIG _CP_OFF & _CPD_OFF & _WDT_OFF & _MCLRE_OFF & _IntRC_OSC But get a compile error saying unable to compile C code. Is the syntax...
by iaindunn
Fri Nov 03, 2006 11:23 am
Forum: Flowcode V2 & V3
Topic: compiling/programming errors to 12f675
Replies: 12
Views: 10119

Thanks ..will give it a go.
Tried out compiling in version 3 ..seems slow. (I,m talking about 2/3 minutes for on/off LED )
Is this because the c compiler has changed?
by iaindunn
Fri Nov 03, 2006 11:10 am
Forum: Flowcode V2 & V3
Topic: compiling/programming errors to 12f675
Replies: 12
Views: 10119

The other question is what about configuring ports as all digital i/os and turning off the AD convertor and comparator modules.
Should this also be done as an asm code block ?

I will get it eventually :D
Iain
by iaindunn
Thu Nov 02, 2006 9:27 pm
Forum: Flowcode V2 & V3
Topic: compiling/programming errors to 12f675
Replies: 12
Views: 10119

compiling/programming errors to 12f675

Hi All I have managed to install flowcode and link it to my pickit 1 proggrammer. A simple led on off program for the 12f675 has been tested in flowcode and then compiled. The pic appears to prgram OK but the led on off does not work. My question is in flowcode where the configuration is do I have t...
by iaindunn
Mon Oct 30, 2006 9:58 pm
Forum: Flowcode V2 & V3
Topic: timing an input pulse
Replies: 2
Views: 3553

Thanks for the reply Steve.

I'll give this a whirl. :)
by iaindunn
Sun Oct 29, 2006 2:04 pm
Forum: Flowcode V2 & V3
Topic: timing an input pulse
Replies: 2
Views: 3553

timing an input pulse

Hi I am new to PICs and my main interest is in RC models. I need to time an input pulse from the reciever. These are typically 1 to 2 milliseconds long and occur every 20 milliseconds. I was trying to setup a basic timing loop with a 10us resolution but cannot set a delay in the loop below 1ms using...