Search found 46 matches

by Steff
Fri Apr 03, 2020 12:50 pm
Forum: Flowcode V6
Topic: Compiler/Programmer Options
Replies: 8
Views: 11346

Re: Compiler/Programmer Options

Hello !! It's been a long time !! And another problem ... Sorry! :oops: We have to correct an old FCV5 program a little bit. I thought the simplest and fastest way would be the version it was written in, FCV5, but ...! I can simulate it in FCV5 but when creating the HEx file there is the following e...
by Steff
Wed Sep 07, 2016 12:49 pm
Forum: Flowcode V6
Topic: Compiler/Programmer Options
Replies: 8
Views: 11346

Re: Compiler/Programmer Options

Thanks a lot Benj...now it runs. :D
by Steff
Wed Sep 07, 2016 12:17 pm
Forum: Flowcode V6
Topic: Compiler/Programmer Options
Replies: 8
Views: 11346

Re: Compiler/Programmer Options

Hi Benj Unfortunately it has not effected except that the compiler / linker print this error messages, which has not been shown befor :cry: ! CC:\Program Files (x86)\Flowcode 6\CAL\PIC\PIC_CAL_PWM.c(121): error: left operand must be l-value C:\Program Files (x86)\Flowcode 6\CAL\PIC\PIC_CAL_PWM.c(121...
by Steff
Wed Sep 07, 2016 9:46 am
Forum: Flowcode V6
Topic: Compiler/Programmer Options
Replies: 8
Views: 11346

Re: Compiler/Programmer Options

I have made the same small program with FCV5, and lo and behold ..... with FCV5 function all 4 PWM outputs :D :roll:
by Steff
Tue Sep 06, 2016 3:26 pm
Forum: Flowcode V6
Topic: Compiler/Programmer Options
Replies: 8
Views: 11346

Re: Compiler/Programmer Options

With detours with the MPELAB IPE I can now program the chip. The goal would be however already that I can program directly from FCV6 and the ICD3. But unfortunately I have the next problem. I think the 16F1827 can output PWM signals at the pins RA3, RA4, RB3 and RB6. Unfortunately, I can do that onl...
by Steff
Tue Sep 06, 2016 8:05 am
Forum: Flowcode V6
Topic: Compiler/Programmer Options
Replies: 8
Views: 11346

Compiler/Programmer Options

I have finally taken the step to FCV6. From v3 to v4 to v5 I had no problems. Now I have a problem with the compiler or programmer options. How the hell can they save they remain as I adjusting !!!!!! Every time I look, the Programmer options that I have written are empty again! What am I doing wron...
by Steff
Wed Aug 31, 2016 12:39 pm
Forum: Flowcode V5
Topic: External Int Input 12F615
Replies: 31
Views: 29294

Re: External Int Input 12F615

Thanks a Lot ...now it works :D
by Steff
Tue Aug 30, 2016 2:56 pm
Forum: Flowcode V5
Topic: External Int Input 12F615
Replies: 31
Views: 29294

Re: External Int Input 12F615

The same problem again and again :oops: ?
At least a similar, only the Pic is different 8) .
I need the Ext Int input(RA2, Pin 17), the simulation does not work or I do something wrong. Can someone help me ?
I would like use the 16F1507, in the appendix a small test program. I work with Flowcode 6.
by Steff
Mon Jun 16, 2014 8:39 am
Forum: Flowcode V5
Topic: Flowcode V5, PWM on Pic 16F1829
Replies: 19
Views: 11992

Re: Flowcode V5, PWM on Pic 16F1829

I'm trying (with my bad english) to explain: At the moment I'm not as far as I could complain about errors. The difference from V5 to V6 is for me very large, can not be compared as from V3 to V5. V6 is a new program where many things are totally different as in the V5 for me. It is not a switch, it...
by Steff
Thu Jun 12, 2014 12:47 pm
Forum: Flowcode V5
Topic: Flowcode V5, PWM on Pic 16F1829
Replies: 19
Views: 11992

Re: Flowcode V5, PWM on Pic 16F1829

Thanks for the help. I will try it soon.

Do I understand that correctly? FCV5 will soon no longer supported?
Although I have a FCV6, but I can not imagine at the moment to upgrade to this version.
by Steff
Thu Jun 05, 2014 11:56 am
Forum: Flowcode V5
Topic: Flowcode V5, PWM on Pic 16F1829
Replies: 19
Views: 11992

Re: Flowcode V5, PWM on Pic 16F1829

I have bypassed my previously described problem, but my problem is too stupid? Or am I doing something really wrong? Or is there no solution for this?
by Steff
Fri Apr 25, 2014 1:45 pm
Forum: Flowcode V5
Topic: Flowcode V5, PWM on Pic 16F1829
Replies: 19
Views: 11992

Re: Flowcode V5, TMR1 and AN3 on Pic 16F1829

I have a problem with the TMR1 counter in Pic 16F1829. I want to display an analog value, that I reading about the An3, on an SPI display. The display I want refresh on the TMR1 interrupt (about 1 Hz). The problem is that simulation works with all counters, but on the hardware, it does not work with...
by Steff
Thu Mar 06, 2014 10:42 am
Forum: Flowcode V5
Topic: Flowcode V5, PWM on Pic 16F1829
Replies: 19
Views: 11992

Re: Flowcode V5, PWM on Pic 16F1829

oooo Yesssss....that helps :wink:
by Steff
Wed Mar 05, 2014 1:40 pm
Forum: Flowcode V5
Topic: Flowcode V5, PWM on Pic 16F1829
Replies: 19
Views: 11992

Small problems with the timing, FC5 Pic16F1829.

When I select the internal Oscilator with 2Mhz it shows the PWM period of 500us (PWM channel 3, period register 249, prescaler 1) in the simulation. But measured by the chip it is 2ms, which is exactly 4x more. And i think, the same procedure applies to the delay times. I doing something wrong? Or I...
by Steff
Mon Mar 03, 2014 10:31 am
Forum: Flowcode V5
Topic: Flowcode V5, PWM on Pic 16F1829
Replies: 19
Views: 11992

Re: Flowcode V5, PWM on Pic 16F1829

That fact I really overlooked. :oops:
With 254 in the period register are at 255 duty cycle 100% PWM at the output.
Thank you very much for the note.
by Steff
Fri Feb 28, 2014 8:12 am
Forum: Flowcode V5
Topic: Flowcode V5, PWM on Pic 16F1829
Replies: 19
Views: 11992

Re: Flowcode V5, PWM on Pic 16F1829

This means that you can only with the PWM tool, PWM output can never be adjusted to 100% on Flowcode, or am I overlooking something?
by Steff
Thu Feb 27, 2014 1:12 pm
Forum: Flowcode V5
Topic: Flowcode V5, PWM on Pic 16F1829
Replies: 19
Views: 11992

Re: Flowcode V5, PWM on Pic 16F1829

Thank you for the fast answer. The problem I have in a bigger project in which the value for the PWM is calculated constant. The posted program is just an example. But at 100% PWM, it will behave just the same. I have rewritten the sample program, but the effect is the same. See the new example prog...
by Steff
Thu Feb 27, 2014 7:45 am
Forum: Flowcode V5
Topic: Flowcode V5, PWM on Pic 16F1829
Replies: 19
Views: 11992

Flowcode V5, PWM on Pic 16F1829

I have a small problem with the PWM on 16F1829.
I've noticed that I can not set PWM output to 100% . In the simulation 100% is really 100%, no negative Peak, output 100% on high level.
In the hardware I measure a small negative peak also at 100%. Am I doing something wrong?

Thanks for Help.
by Steff
Thu Apr 18, 2013 3:38 pm
Forum: Flowcode V5
Topic: External Int Input 12F615
Replies: 31
Views: 29294

Re: External Int Input 12F615

Thanks for the help. The simulation now works well. However, when I burn the small test program on the chip, it does not work. On a 12F615 it runs. On 16F1824 not. The simulation runs with both chips. Am I doing something wrong? What I noticed is that at the 16F1824, not all oscilator options are av...
by Steff
Mon Apr 08, 2013 10:57 am
Forum: Flowcode V5
Topic: External Int Input 12F615
Replies: 31
Views: 29294

Re: External Int Input 12F615

Hello Benj
It works. Thanks a Lot.
But how can I Simulate a pushbutton on the Int input in single step mode?
by Steff
Fri Apr 05, 2013 7:31 am
Forum: Flowcode V5
Topic: External Int Input 12F615
Replies: 31
Views: 29294

Re: External Int Input 12F615

OK the Port interrupt works.
The INT input RA2 pin 11 does not work for the simulation.
Or do I make something wrong?
by Steff
Thu Apr 04, 2013 2:38 pm
Forum: Flowcode V5
Topic: External Int Input 12F615
Replies: 31
Views: 29294

Re: External Int Input 12F615

Next Chip same Problem ?

Is it possible that the same problem also exists at 16F1824 :shock: ?
Or is there already a solution for it ?
by Steff
Fri Mar 15, 2013 2:27 pm
Forum: Flowcode V5
Topic: External Int Input 12F615
Replies: 31
Views: 29294

Re: External Int Input 12F615

Thanks for your help.
For old programs is still not working simulation. But this is not very bad.
Important as that is, it works for new programs and now looks good.

Thanks a lot.
by Steff
Thu Mar 14, 2013 2:06 pm
Forum: Flowcode V5
Topic: External Int Input 12F615
Replies: 31
Views: 29294

Re: External Int Input 12F615

Again a correction. When I draw a new program then the simulation works, the input and port interrupt. But I can no longer open the port interrupt properties menu and therefore I can no longer configure the inputs(turn on or off) The "old" programs still fail to simulate. If I "draw" again, they wor...
by Steff
Thu Mar 14, 2013 11:48 am
Forum: Flowcode V5
Topic: External Int Input 12F615
Replies: 31
Views: 29294

Re: External Int Input 12F615

I have copy the file in the path C:\Programme\Flowcode\v5\FCD and tested my program again, but unfortunately I see no difference.