Author |
Message |
Topic: Problem interfacing 6722 with a 16x2 lcd |
dngyan
Replies: 15
Views: 19677
|
Forum: General CCS C Discussion Posted: Thu Apr 29, 2010 8:48 pm Subject: Problem interfacing 6722 with a 16x2 lcd |
any idea? Thanks |
Topic: Problem interfacing 6722 with a 16x2 lcd |
dngyan
Replies: 15
Views: 19677
|
Forum: General CCS C Discussion Posted: Wed Apr 28, 2010 7:41 pm Subject: Problem interfacing 6722 with a 16x2 lcd |
well, failed again:(
I'm using 6722 evaluation board this time, and I can change the contrast. I'm sure the external oscillator is 20MHz. And the compiler is upgraded to 4.032. Hope my test program ... |
Topic: Problem interfacing 6722 with a 16x2 lcd |
dngyan
Replies: 15
Views: 19677
|
Forum: General CCS C Discussion Posted: Wed Apr 28, 2010 10:49 am Subject: Problem interfacing 6722 with a 16x2 lcd |
Thanks,
* Ok, then I have to go back with the 6722 evaluation board (5v) since I have a 5v lcd
* I see another copy of my compiler is 4.084, is that better?
* For the external oscillator, the 3v ... |
Topic: Problem interfacing 6722 with a 16x2 lcd |
dngyan
Replies: 15
Views: 19677
|
Forum: General CCS C Discussion Posted: Tue Apr 27, 2010 8:23 am Subject: Problem interfacing 6722 with a 16x2 lcd |
Still suspecting the voltage type (5v/3.3v) of my LCD. The order I did from sparkfun.com was a 5v white on black model:
http://www.sparkfun.com/commerce/product_info.php?products_id=709
but the la ... |
Topic: Problem interfacing 6722 with a 16x2 lcd |
dngyan
Replies: 15
Views: 19677
|
Forum: General CCS C Discussion Posted: Tue Apr 27, 2010 8:12 am Subject: Problem interfacing 6722 with a 16x2 lcd |
Thanks for the instant response PCM Programmer. After making the following change, it's still not working.
1. I'm sure I'm using DB4-DB7 which is closer to the LED+ and LED-
2. I'm not sure about ... |
Topic: Problem interfacing 6722 with a 16x2 lcd |
dngyan
Replies: 15
Views: 19677
|
Forum: General CCS C Discussion Posted: Mon Apr 26, 2010 11:03 pm Subject: Problem interfacing 6722 with a 16x2 lcd |
is there any chance my lcd is broken? I can see the backlight is on, and when I change contrast, backlight seems changing. Can't figure out why it doesn't work, so frustrated |
Topic: Problem interfacing 6722 with a 16x2 lcd |
dngyan
Replies: 15
Views: 19677
|
Forum: General CCS C Discussion Posted: Mon Apr 26, 2010 11:00 pm Subject: Problem interfacing 6722 with a 16x2 lcd |
Ok, tested again with a 6627 3.3v board. Still no luck, pretty much appreciated if you can help me.
Wiring for data pin is still the same:
#define LCD_DB4 PIN_D0
#define LCD_DB5 PIN_D1
#de ... |
Topic: Problem interfacing 6722 with a 16x2 lcd |
dngyan
Replies: 15
Views: 19677
|
Forum: General CCS C Discussion Posted: Sun Apr 25, 2010 10:13 pm Subject: Problem interfacing 6722 with a 16x2 lcd |
Sorry for the mistake, if this is the case, I couldn't use 6722 board (5v) interfacing with this LCD?
I will get a 3.3v board and try again.
According to this LCD data sheet, the ADM1602K is a 3 ... |
Topic: Problem interfacing 6722 with a 16x2 lcd |
dngyan
Replies: 15
Views: 19677
|
Forum: General CCS C Discussion Posted: Sun Apr 25, 2010 6:03 pm Subject: Problem interfacing 6722 with a 16x2 lcd |
Thank you for responding, I'd like to provide more information so maybe someone can help me.
First of all, I checked my wiring which should be fine, backlight is on, contrast is changing in the fir ... |
Topic: Problem interfacing 6722 with a 16x2 lcd |
dngyan
Replies: 15
Views: 19677
|
Forum: General CCS C Discussion Posted: Sat Apr 24, 2010 12:44 pm Subject: Re: RE |
it's working for sure, I can make led flashing and interacts with UART
Is the PIC working ?? |
Topic: Problem interfacing 6722 with a 16x2 lcd |
dngyan
Replies: 15
Views: 19677
|
Forum: General CCS C Discussion Posted: Fri Apr 23, 2010 10:12 pm Subject: Problem interfacing 6722 with a 16x2 lcd |
Hi PCM programmer and others,
I'm using CCS 6722 development kit interfacing with a 16x2 lcd (ADM1602k). tried both flex_lcd.c and lcdd.c, I still couldn't make the lcd working.
the only change ... |
|