Search found 12 matches

by janleroux
Thu Nov 29, 2007 11:34 am
Forum: Flowcode V2 & V3
Topic: SPI Modes?
Replies: 6
Views: 4827

Hi Ben, I just want to follow up on this SPI issue - could you find anything as to why these functions in Flowcode does not want to work. Due to time constraints I had to finish my project directly in C18 and MPLAB, which is a pitty as I would really have liked to do this "bit more demanding" projec...
by janleroux
Mon Oct 29, 2007 2:03 pm
Forum: Flowcode V2 & V3
Topic: SPI Modes?
Replies: 6
Views: 4827

Hi Ben,

I would just like to confirm that you have received the files that I have send to you via e-mail?

Regards
Jan
by janleroux
Thu Oct 25, 2007 10:04 am
Forum: Flowcode V2 & V3
Topic: SPI Modes?
Replies: 6
Views: 4827

No, in C18 I initialised the SPI in this way:

Code: Select all

Open(SPI_FOSC_64,MODE_00,SMPEND);
How do I forward the files to you (to which e-mail address)?

Thanks for your help with this!

Regards
Jan
by janleroux
Wed Oct 24, 2007 8:46 pm
Forum: Flowcode V2 & V3
Topic: SPI Modes?
Replies: 6
Views: 4827

SPI Modes?

Hi, I have build a test circuit on breadboard using a 18F452 and MAX3100 (SPI UART). I have initialised the SPI and MAX3100 according to the specification. On the sending side, everything works fine, when I send ASCII characters via the SPI bus to the MAX3100 then they're all send out via the RS232 ...
by janleroux
Sun May 27, 2007 2:45 pm
Forum: Flowcode V2 & V3
Topic: 12F675 Problem
Replies: 1
Views: 2923

12F675 Problem

I wrote a simple test program for a 12F675. Basically the program consist out of a loop that contiously read the value on A3 (Pin 4) and if found to be "1" then it will light up an LED on A5 (Pin 2) for 2 seconds. When I simulate the program in Flowcode then it works perfectly, but on the real devic...
by janleroux
Mon Apr 16, 2007 9:50 am
Forum: Flowcode V2 & V3
Topic: Jump from a Macro to Main
Replies: 3
Views: 3797

Hi Steve,

I understand, but the jump that want to make is to take me right to the beginning of my main routine - everything will be re-initialized etc.

Is there another way to perform a software reset?

Regards
Jan
by janleroux
Mon Apr 16, 2007 9:44 am
Forum: Flowcode V2 & V3
Topic: Custom Interrupts
Replies: 4
Views: 4492

Hi Steve,

Thanks!

Regards
Jan
by janleroux
Sat Apr 14, 2007 8:34 pm
Forum: Flowcode V2 & V3
Topic: Jump from a Macro to Main
Replies: 3
Views: 3797

Jump from a Macro to Main

Hi According to the help file: "To jump to a connection point called A, defined in a Flowcode macro called TEST, you C code must be goto FCC_TEST_A;. Connection points defined in the main flowchart of a Flowcode file are prefixed FCC_Main_." If I try it, then I get the following error: error: undefi...
by janleroux
Sat Apr 14, 2007 3:03 pm
Forum: Flowcode V2 & V3
Topic: Checking RCIF in PIR1
Replies: 1
Views: 2821

Checking RCIF in PIR1

Hi, I am poling the RCIF bit to see if I have received something on the RS232 port. I have tested, and I know that the data have been send. If I use the RS232 component macro, then I can also receive the actual data correctly. But, I do not want to read the data directly, I want to branch off in my ...
by janleroux
Sat Apr 14, 2007 11:02 am
Forum: Flowcode V2 & V3
Topic: Custom Interrupts
Replies: 4
Views: 4492

Hi Steve, Thank you, your input helped me a lot! I am using an 18F242, but I have experimented a bit, and it seem to work fine now. The most difficult part for me (being new to flowcode), is to find the correct syntax or functions to access some of the registers en control bits. It seem that there a...
by janleroux
Thu Apr 12, 2007 9:56 am
Forum: Flowcode V2 & V3
Topic: Custom Interrupts
Replies: 4
Views: 4492

Custom Interrupts

Can anyone please help me with an example on how to set USART RECEIVE interrupt up?

I am using Flowcode v3.1.0.31

Thanks!

Regards
Jan
by janleroux
Fri Mar 30, 2007 12:59 pm
Forum: Flowcode V2 & V3
Topic: String Manipulation
Replies: 2
Views: 4073

String Manipulation

Hi, I have just started to work/play with Flowcode 3, but I am having some difficulty with strings. Can anyone point me to a document or something where I can get a couple of examples? I already searched this forum and downloaded all the tutorials. I want to create a basic function that consist out ...