Discussion Forum

QVGA backlit when Ulink2 connected to PC.

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Paul Masterson
Posted
22-Feb-2010 15:21 GMT
Toolset
ARM
New! QVGA backlit when Ulink2 connected to PC.

I'm using a QVGA display with an MCB2460 board. When I connect the cable from the Keil Ulink2 to my PC the Display lights up with a grey backlight. When I connect my USB A cable supplying power for my board from my PC the Display darkens. I can use the display as normal but once power is removed from the board WITH the Ulink still in place the display returns to Grey backlight.

Read-Only
Author
John Linq
Posted
23-Feb-2010 01:33 GMT
Toolset
ARM
New! RE: QVGA backlit when Ulink2 connected to PC.

Maybe, read the user manual of LPC24xx, see Chapter 9: LPC24XX Pin connect, check the PINSEL4 and PINSEL10 related stuff.

or add the below code to your main(), and see what will happen.

PINSEL10 = 0x00;

Next Thread | Thread List | Previous Thread Start a Thread | Settings