CharlesWang
Tue Apr 17 14:50:01 CDT 2007
after you doulbe click Recalibartion button in Control Panel->Stylus,
How do you clcik Suspend button on Windows to suspend the device,
Do you have a progam running to watch a GPIO toggling to suspend your device?
What's in your debug message? How do you know the CE crash instead of only
display fades out?
Charles
"Dogfu" wrote:
> On Apr 17, 4:00 pm, Dogfu <aur...@gmail.com> wrote:
> > On Apr 17, 5:04 am, Charles Wang
> >
> >
> >
> >
> >
> > <CharlesW...@discussions.microsoft.com> wrote:
> > > Where you got this calibration.exe? from third party or it's your code?
> >
> > > "Dogfu" wrote:
> > > > On Apr 12, 10:54 pm, Charles Wang
> > > > <CharlesW...@discussions.microsoft.com> wrote:
> > > > > what dose your calibration.exe do?
> > > > > The 'suspend' button you pressed is the in Start button of CE or your GUI
> > > > > application?
> >
> > > > > Charles
> >
> > > > > "Dogfu" wrote:
> > > > > > When I press the "suspend" button, it will call
> > > > > > SetSystemPowerState( NULL, POWER_STATE_SUSPEND
> > > > > > , POWER_FORCE ); But the OEMPowerOff() isn't called.
> >
> > > > > > SetSystemPowerState( ) ----> ???Crash ??? ---> OEMPowerOff() isn't
> > > > > > called
> >
> > > > > > I try to exclude other drivers: Uart, Audio,.....But include Touch,
> > > > > > Display drivers.
> > > > > > Is there any debug method advanced? Thanks a lot.
> >
> > > > When my OS starts, it auto launches the Calibration.exe
> > > > [HKEY_LOCAL_MACHINE\init]
> > > > "Launch90"="Calibration.exe"
> > > > "Depend90"=hex:14,00
> >
> > > > Then Press physical button which causes external interrupt and call
> > > > SetSystemPowerState( ).....
> > > > Then the system crushes....
> >
> > I try to use "Control Panel" --> "Stylus"
http://img.photobucket.com/albums/v231/auronc/2007-04-17_154645_01.jpg
> >
> > When I press "Suspend button"( it will call SetSystemPowerState( NULL,
> > POWER_STATE_SUSPEND, POWER_FORCE ) )
> > Then the system will be crashed, it looks
> >
> >
http://img.photobucket.com/albums/v231/auronc/2007-04-17_154645_02.jpg- Hide quoted text -
> >
> > - Show quoted text -
>
> I found that call TouchCalibrate( ), and then system goes to SUSPEND,
> then the system will be crash .....
>
>