Port F not working on PIC18F6622

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 4.
To post in this forum you must have a registered copy of Flowcode 4 or higher. To sign up for this forum topic please use the "Online Resources" link in the Flowcode Help Menu.

Moderator: Benj

Post Reply
Eric
Posts: 99
Joined: Tue Nov 06, 2007 11:04 pm
Been thanked: 1 time
Contact:

Port F not working on PIC18F6622

Post by Eric »

Hello,

I can't configure PORTF on PIC18F6622 as an output in Flowcode.
The port is unable to control an lcd.
Any idea's?

Best regards,

Eric

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Port F not working on PIC18F6622

Post by Benj »

Hello Eric,

I have had a quick look at this device in Flowcode and it is letting me select portF as an output and allows me to connect up a LCD.

I have attached the latest version of the device FCD, simply drop it into your Flowcode v4/FCD folder before starting Flowcode.

Which version of Flowcode 4 are you running?
Attachments
18F6622.fcd
(14.32 KiB) Downloaded 256 times

Eric
Posts: 99
Joined: Tue Nov 06, 2007 11:04 pm
Been thanked: 1 time
Contact:

Re: Port F not working on PIC18F6622

Post by Eric »

Hello Ben,

I think I didn't expressed myself clear enough.
I am using Flowcode V4.3.7.63 Pro and the I am using the same fcd you sent me.
The problem is not that I cannot select PORTF, the problem is that the lcd doesn't work when I attach it to PORTF, but when I reconfigure the lcd to PORTD it works fine.
On the other hand, using a Output 255 PORTF icon, all bits on PORTF effectively go high, using an OUTPUT 0 PORTF icon all bits go low.
So PORTF is in fact reacting to an output command but still the lcd will not work. Reconfiguring the same lcd to PORTD works ok.

What am I missing?

Regards,

Eric

Post Reply