Hi all,
Hardware details
1) xscale board
2) LG philips 6.4" 640 * 480 TFT VGA lcd panel
3) ads 7843 touch panel controller
We have loaded win CE on to the board, everything is fine i can see
the kernel loading in the KITL o/p...and also i see the display on the
LCD, the desktop the icons.everything no distortion, no flickering
nothing. Cool....BUT, the display remains like this for 5 to 6 secs
and then vanishes, it reappears and stays for a few seconds, vanishes
again and this repeats.
I put some break points in the Power manager files, drv.c and saw the
PowerThread calls PmUpdatePowerStatus every few seconds. THis looks
ok, because in power status of the system is not changing, it remains
constant.
Also i noticed that in PmFindState there is a switch case
switch(POWER_STATE(dwFlags)) where i see POWER_STATE_ON,
POWER_STATE_OFF, POWER_STATE_IDLE, POWER_STATE_SUSPEND. But right from
the begining till the kernel loads and all the services starts
running, the code never goes inside this switch case. Could this be
the reason for the problem i am facing.
thanks and regards
prasanna