Author |
Message |
Topic: ICD-U40 and PIC18F452 Development Kit |
edp2009
Replies: 39
Views: 159213
|
Forum: General CCS C Discussion Posted: Tue Dec 23, 2008 12:40 am Subject: ICD-U40 and PIC18F452 Development Kit |
In terms of hardware, I have read that I need to pull up the rows.
Those are pull-down resistors. Pull-up resistors connect to the Vdd
voltage.
Also the resistors are on the wrong pins. They ... |
Topic: ICD-U40 and PIC18F452 Development Kit |
edp2009
Replies: 39
Views: 159213
|
Forum: General CCS C Discussion Posted: Tue Dec 23, 2008 12:20 am Subject: ICD-U40 and PIC18F452 Development Kit |
I got the code to compile, but I get very weird results.
I am using portE, in the following code, do I need any pullups?
void kbd_init()
{
}
In terms of hardware, I have ... |
Topic: ICD-U40 and PIC18F452 Development Kit |
edp2009
Replies: 39
Views: 159213
|
Forum: General CCS C Discussion Posted: Mon Dec 22, 2008 10:41 pm Subject: ICD-U40 and PIC18F452 Development Kit |
That code is written for 18F-series PICs and below.
You need to download the PCD manual and look at the functions that
CCS uses for the 24-series PICs. This is the function they use for pullups:
... |
Topic: ICD-U40 and PIC18F452 Development Kit |
edp2009
Replies: 39
Views: 159213
|
Forum: General CCS C Discussion Posted: Mon Dec 22, 2008 7:34 pm Subject: ICD-U40 and PIC18F452 Development Kit |
Hello,
I have tried to compile the code posted by PCM Programmer to no success.
I am trying to make keypad work with LCD. I have successfully made the flex_LCD driver work for me.
Here is KB ... |
|