Search found 47 matches

by CSM2711
Wed Nov 21, 2018 2:17 pm
Forum: Flowcode V8
Topic: Compiler Error using RS232
Replies: 5
Views: 3247

Re: Compiler Error using RS232

A short update:
sending a char via the UART (CAL) will work!
sending a number via UART component dosent work.

Maybe there is a problem with the component?
by CSM2711
Wed Nov 21, 2018 12:26 pm
Forum: Flowcode V8
Topic: Compiler Error using RS232
Replies: 5
Views: 3247

Re: Compiler Error using RS232

Thanks a lot, now it is compiled.
But I get no output on PIN RA0.....
No Data and no voltage (measured with oscilloscope)
Any one an idea????
by CSM2711
Wed Nov 21, 2018 11:07 am
Forum: Flowcode V8
Topic: Compiler Error using RS232
Replies: 5
Views: 3247

Compiler Error using RS232

Hello, I try to use the RS232 componentwith my PIC16F18313, but i get the following compiler Error: 366: tris |= (1 << (0)); ^ (192) undefined identifier "tris" (908) exit status = 1 (908) exit status = 1 rs232.JPG Please tell me if I'm wrong, or if it's a general problem with the RS232. Tankks Marcel
by CSM2711
Mon Oct 15, 2018 8:59 am
Forum: Flowcode V8
Topic: Problems with ADC read out PIC16F18313
Replies: 10
Views: 4801

Re: Problems with ADC read out PIC16F18313

Is there a way to perform a manual update? Unfortunately, I currently find no updates, I think it's up to our firewall
by CSM2711
Thu Oct 11, 2018 1:31 pm
Forum: Flowcode V8
Topic: Problems with ADC read out PIC16F18313
Replies: 10
Views: 4801

Re: Problems with ADC read out PIC16F18313

Thanks a lot, but i dont works.
Maybe the problem is that you have change the files for 16F15313 and I use the 16F18313 ?
by CSM2711
Thu Oct 11, 2018 12:29 pm
Forum: Flowcode V8
Topic: Problems with ADC read out PIC16F18313
Replies: 10
Views: 4801

Re: Problems with ADC read out PIC16F18313

First Thanks for the very very fast replay.
I Try also measure withe FOSC/64 or FOSC/32 but in this case the value ia alway 0
Whe I use FOSC/2 the value is always 128 wit and without vdd on pin3 (AN3).
by CSM2711
Thu Oct 11, 2018 12:15 pm
Forum: Flowcode V8
Topic: Problems with ADC read out PIC16F18313
Replies: 10
Views: 4801

Problems with ADC read out PIC16F18313

Hello, i got some strange Problems by using the ADC wit the PIC16F18313. I write these very simple Program and connect the ADC Chanel3 to vdd. adc.JPG I think the value of ADC_WERT should be 255 and the Port A5 should toggle every 100ms. But the Por will not toggle and when I Debug the Program using...
by CSM2711
Thu Oct 11, 2018 12:10 pm
Forum: Flowcode V8
Topic: compile FLocode generated C File with MPLAB X IDE
Replies: 2
Views: 2313

Re: compile FLocode generated C File with MPLAB X IDE

I got it.
Just choose the compiler Path from Flowcode (Program Files (x86)\Flowcode\Common\Compilers\pic\bin) and every thing works well.
by CSM2711
Mon Oct 08, 2018 6:55 am
Forum: Flowcode V8
Topic: compile FLocode generated C File with MPLAB X IDE
Replies: 2
Views: 2313

compile FLocode generated C File with MPLAB X IDE

Hello, I would to compile / debug a flowcode generated C file with the MPLAB X IDE. But after Importing the C file i get many Errors make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf make[1]: Entering directory 'C:/Users/XXX/Documents/Flow8.X' make -f nbproject/Makefile-default.mk dist/...
by CSM2711
Tue Oct 02, 2018 8:57 am
Forum: Bug Reports
Topic: Oscillator configuration PIC16F18313
Replies: 3
Views: 2612

Oscillator configuration PIC16F18313

Hello, I want to run my PIC16F18313 at 4 MHZ for this i configure the chip like this: clock1.JPG clock2.JPG But when I Measure the CLKOUT Pin there is a 8 MHZ sawtooth. After adding the following code: OSCCON1 = 0x03; Everything is fine. That means I can measure a 1 Mhz square So now my question, sh...
by CSM2711
Tue Oct 02, 2018 8:09 am
Forum: Flowcode V8
Topic: Using Clock out Pin
Replies: 1
Views: 1514

Re: Using Clock out Pin

ok, was my fault .......
I shorted the port pin in my electronics ........ :roll:
by CSM2711
Tue Oct 02, 2018 7:28 am
Forum: Flowcode V8
Topic: Using Clock out Pin
Replies: 1
Views: 1514

Using Clock out Pin

Hello,

I want to check the configuration of my PIC16F18313, for this i want to measure the System cloch by using the clock out Pin.
I configure the device as in the attached picture but there is no output on PIN3.
Can everybody tell me whats wrong ?
by CSM2711
Wed Aug 01, 2018 2:22 pm
Forum: Bug reports
Topic: Program crash
Replies: 1
Views: 4563

Program crash

During the execution of flowcode 6, there are always crashes.
Sometimes it runs for hours, sometimes it crashes every few minutes.
I have already tried a new installation, unfortunately without success.
I would be very grateful for a few tips.
for detailed error see attached pictures...
by CSM2711
Tue Jun 12, 2018 1:31 pm
Forum: Flowcode V6
Topic: Compiler Errors
Replies: 2
Views: 2294

Re: Compiler Errors

I've repair FLowcode6 by using the setup routine, and now everthing work fine again.......
by CSM2711
Thu Jun 07, 2018 2:06 pm
Forum: Flowcode V6
Topic: Compiler Errors
Replies: 2
Views: 2294

Compiler Errors

Hi I work with Flowcode 6 about 2 weeks but sinece today it's not possibloe to compile any project. I will get the following Errors: Starting preprocessor: D:\temp\Flowcode6\compilers\pic\boostc\pp.exe pcap2.c -i D:\temp\Flowcode6\compilers\pic\boostc\include -d _PIC16F1827 -la -c2 -o pcap2.pp -v -d...
by CSM2711
Wed May 30, 2018 9:55 am
Forum: Flowcode V6
Topic: How to use i2c?!?
Replies: 4
Views: 4051

Re: How to use i2c?!?

Thanks a lot, it works with the file injector.
But my next problem is i'm not able to display the i2C (or any other) output data to the scope monitor.
attached you will find the project my you can see whats going wrong.....

Marcel
by CSM2711
Mon May 28, 2018 9:18 am
Forum: Flowcode V6
Topic: How to use i2c?!?
Replies: 4
Views: 4051

Re: How to use i2c?!?

First of many thanks, but the blog had already readed. My main problem right now is that I do not understand how the external device (i2c) is simulated. Is an I2C cal needed here, an injector or does a completely separate component have to be created? Or is there another way to do this? To make my r...
by CSM2711
Fri May 25, 2018 1:34 pm
Forum: Flowcode V6
Topic: How to use i2c?!?
Replies: 4
Views: 4051

How to use i2c?!?

Hello, I'm already trying a long time to implement a project with i2c and flowcode 6. A short description: I would like to communicate with a PC16F1827 i2c with a sensor chip, for this is necessary from my following steps. 1. Initialize and operate the I2C interface on the controller. I think here i...
by CSM2711
Fri May 25, 2018 8:52 am
Forum: User Components
Topic: DAC Output
Replies: 1
Views: 6838

DAC Output

Hello,

is there a possibility to import the DAC Output component from FC V7 to V6 ?
by CSM2711
Wed May 02, 2018 7:02 am
Forum: Flowcode V5
Topic: Codesize compared to V3
Replies: 5
Views: 4887

Re: Codesize compared to V3

Does nobody have an answer or an idea?
by CSM2711
Tue Apr 17, 2018 7:37 am
Forum: Flowcode V5
Topic: Codesize compared to V3
Replies: 5
Views: 4887

Re: Codesize compared to V3

forgot attachmends .....
by CSM2711
Tue Apr 17, 2018 7:35 am
Forum: Flowcode V5
Topic: Codesize compared to V3
Replies: 5
Views: 4887

Codesize compared to V3

Hello, I am new on programming Flowcode (wonderful tool), we are using Flowcode V3 and Flowcode V5. At the moment I try to program a PIC12F615 (small memory) it works fine by using V3 but when I use the more comfortable V5 the code will always be too big. For example I have writ a very small program...