Search found 8 matches

by leonet99
Fri May 15, 2009 2:52 am
Forum: General / Misc
Topic: Menu system with PIC
Replies: 2
Views: 3008

Re: Menu system with PIC

...if nobody has a sample menu in flowcode but maybe a good lead idea for a menu structure...anything?
I am wondering how you do it: do you scan the keys continuously and once you get a hit you execute and return?
by leonet99
Fri May 15, 2009 2:06 am
Forum: General / Misc
Topic: Keypad.c with inverse logic and I/O
Replies: 2
Views: 3173

Re: Keypad.c with inverse logic and I/O

Thank you Sean.
I got it working now.
I appreciate your help.
by leonet99
Sat May 09, 2009 8:59 pm
Forum: General / Misc
Topic: Keypad.c with inverse logic and I/O
Replies: 2
Views: 3173

Keypad.c with inverse logic and I/O

Hi, I have recently bought my Flowcode PRO and I have a board that I built to use for a AV switch using an arrow-keypad, enter and escape. I was in the process of trying to learn C before I ran into flowcode. Now, my keypad connections are similar to the keypad e-block, only that the rows are connec...
by leonet99
Sat May 09, 2009 8:45 pm
Forum: General / Misc
Topic: Menu system with PIC
Replies: 2
Views: 3008

Menu system with PIC

Hi everyone,

Does anyone have a flowcode example featuring a user selection menu system on LCD?
I am new to Flowcode and embedded programming and I am working on a AV switch for my audio system.

Thank you,
Leo.
by leonet99
Thu May 07, 2009 10:37 pm
Forum: Components (Comms)
Topic: I2C controlled port expansion
Replies: 3
Views: 4360

Re: I2C controlled port expansion

Thank you Ben and Dan81 for your prompt response.
I will give it a shot tonight and let you know about my progress.
This Flowcode is pretty exciting, I am glad to be aboard. :P
by leonet99
Thu May 07, 2009 5:18 am
Forum: Components (Comms)
Topic: I2C controlled port expansion
Replies: 3
Views: 4360

I2C controlled port expansion

I am trying to connect a couple of PCA9534 IO port expanders via I2C to a PIC18F4321 and I am using the Flowcode Pro v3.6.11 to which I am fairly new but I am even newer to I2C. The comm speed is not important and there's no need to get back any interrupts as all the expanded ports will most likely ...
by leonet99
Mon May 04, 2009 1:27 am
Forum: Bugs / Application Errors
Topic: "Call stack usage exceeds: #" in Flowcode 3 PRO
Replies: 2
Views: 7700

Re: "Call stack usage exceeds: #" in Flowcode 3 PRO

Thank you Kersing.
That was it; I had too many nested subroutine calls.
It works fine now.
by leonet99
Fri May 01, 2009 5:20 am
Forum: Bugs / Application Errors
Topic: "Call stack usage exceeds: #" in Flowcode 3 PRO
Replies: 2
Views: 7700

"Call stack usage exceeds: #" in Flowcode 3 PRO

I am new to Flowcode and fairly new to programming embedded. After putting together a pretty good size (I think, because I have a good number of macros) code for PIC 16F877A, at some point I started getting this error when compiling to hex and about at the same time the code started behaving in the ...