Search found 325 matches

by Ondra
Thu Jun 13, 2013 1:57 pm
Forum: Flowcode V5
Topic: Configuring Analog component setting
Replies: 3
Views: 2660

Re: Configuring Analog component setting

Thanks Benj.
That works real nice. Sweet.
Any Sneak peeks on V6?

Ondra
by Ondra
Wed Jun 12, 2013 12:03 pm
Forum: Flowcode V5
Topic: Configuring Analog component setting
Replies: 3
Views: 2660

Configuring Analog component setting

Good day all. I am working with the Analog component and need some assistance in setting it up correctly. My setup: - 18LF46K80 19660800 Clk VDD 3.3v Using AN1 and AN0 analog inputs. Using the default setting when choosing the component, measuring a 3.3 volt source I am getting a reading of 1.9. How...
by Ondra
Tue Nov 13, 2012 5:41 pm
Forum: Flowcode V5
Topic: measuring battery voltage
Replies: 1
Views: 2118

measuring battery voltage

Good day All.
I want to use the PIC to measure battery voltage up to 7.4 volts. Can someone point me in the direction where I can find
a circuit and code example? Thanks in advance.

Ondra
by Ondra
Mon Oct 01, 2012 1:03 pm
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Good day Ben. Over the weekend with a lot of help from Tom over on the Sourceboost forum, I discovered that the interrupt() routine was not in the code. At some point the interrupt routine must have gotten chopped. It might have been over the issue that when I try to compile with the routine, flowco...
by Ondra
Thu Sep 27, 2012 5:12 pm
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Thanks Ben got that part working.
by Ondra
Thu Sep 27, 2012 4:27 pm
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Hi Ben any thoughts on this. In particular the baud calculation.

Ondra
by Ondra
Tue Sep 25, 2012 3:46 pm
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Thanks Ben. I've made changes to the hardware setting to run the code on my system. I have a 18f6722 using a 10Mhz xtl set to 4x-PLL. I tried running the code on my sytem and for starters the UART is passing out garbage data. Below is the Serial port init(). Could you have a look to see if there is ...
by Ondra
Mon Sep 24, 2012 7:47 pm
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Good day Ben. Here is the response form the SourceBoost forum. Could you explain the below in simplified flowcode terms? Thanks. 1) rpinr21 is something special for the PIC18F27J53. If you use another PIC you'll need to adjust this: in the config.h you change the "#define spi_port2_conf " to somethi...
by Ondra
Mon Sep 24, 2012 4:29 pm
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Thanks Ben I'll post this on the SourceBoost forum.
by Ondra
Mon Sep 24, 2012 11:29 am
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Good day Ben. I have a board that uses the 18f6722 device. Trying to compile using this device I got the following errors listed below. Could you give some guidance on the changes needed to get the code to work with my set up. On my board I have the chips hardware spi connected to the SRAM and ENC28...
by Ondra
Tue Sep 18, 2012 5:18 pm
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Looks Good Ben.
Thanks a whole lot.

Ondra
by Ondra
Mon Sep 17, 2012 2:42 pm
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Good day Ben I sent you a PM.

Ondra
by Ondra
Fri Sep 14, 2012 5:48 pm
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Hi Ben. Any update on this?
by Ondra
Fri Sep 14, 2012 3:09 pm
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

I have to slip out for about an hour. Here is the complete project file.
If you need anything else it should be in there.
Just discovered it's too big. The link to the main IP project file is above, and you do have my project file.

Ondra
by Ondra
Fri Sep 14, 2012 2:59 pm
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Here it is.
by Ondra
Fri Sep 14, 2012 2:33 pm
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Good day Ben. Here is the latest update. I feel I've moved the goal post so many times and still can't get the ball in. I went through the process of including all the projects .c and .h as #include files in the supplementary window. After all this, here is the last. I'm stuck again. Maybe this narr...
by Ondra
Fri Sep 14, 2012 11:39 am
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Thanks again Ben. First step getting the code to compile. Using your recommendation to alter the FCD file. I got past the error:- "IPtest.c(323:6): error: Function 'interrupt' already has a body". I now have a list of new error I can't seem to resolve using some of your earlier recommendations. Any ...
by Ondra
Thu Sep 13, 2012 4:24 pm
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Thanks Ben.
To add to that. The example is me trying to get the code compiling and working before I add it to another project I'm working on.
In my existing project I am using interrupt timer0. By disabling interrupts in the FCD file will my interrupt still work?

Ondra
by Ondra
Thu Sep 13, 2012 1:02 pm
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Good day Ben. I've come full cycle back to this code implementation. I have worked through most of the errors. I'm now stuck on this 1 error:- "IPtest.c(323:6): error: Function 'interrupt' already has a body". I understand the problem, but in this instance I can't find two instances of the function....
by Ondra
Wed Jul 11, 2012 2:41 pm
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Thanks for you help Ben. I selected a few of the common errors like this one listed below: - Error: Unresolved external function:'serial_send_string(unsigned char*)' Updated the "Definitions and function declarations" with the extern:- extern void serial_send_string(unsigned char * data); // this is...
by Ondra
Tue Jul 10, 2012 10:53 am
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Good day Ben. I made the changes you suggested. I'm getting the same results. When I use extern I get a different error : function with the same name "'serial_send_string' but different return type already exists." I have uploaded the flowcode file and included the .c file. Just in case it can assis...
by Ondra
Mon Jul 09, 2012 2:46 pm
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Hi Ben when you say external files. If all the IP files are in the same folder as the flowcode project file, do I need to add the full address to the include?

Ondra
by Ondra
Mon Jul 09, 2012 11:28 am
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Good day Ben if your in today.
Could you provide any further in-site it to this issue?

Ondra
by Ondra
Fri Jul 06, 2012 11:06 pm
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Yes got that resolved. That cleared the way for a whole lot of errors: Where should I begin with this? Ondra Error: Unresolved external function:'ARPResolveBlock(?*,?*,unsigned long*)' Error: Unresolved external function:'ARPResolveBlock(?*,?*,unsigned long*)' Error: Unresolved external function:'AR...
by Ondra
Fri Jul 06, 2012 2:10 pm
Forum: Flowcode V5
Topic: integrating c code
Replies: 41
Views: 16209

Re: integrating c code

Thanks again.
I set up the program. tried to compiled cleared up the obvious.
Could you have a look see what I might be missing. A few errors I don't
understand.

Ondra