Re: Hook timer interrupt in Windows CE
From: Michel Verhagen [eMVP] (michel.verhagen_at_nospam.pts.nl)
Date: 03/08/04
- Next message: ouchicarumba: "Re: can I distribute loadcepc with my NK.BIN?"
- Previous message: Michel Verhagen [eMVP]: "Re: Linking a biosloader !!"
- In reply to: iordan: "Hook timer interrupt in Windows CE"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 8 Mar 2004 20:13:24 +0100
Read the technical article "Implementing Rock-Solid Windows CE Timers on
Windows CE.NET 4.1 Platforms" in MSDN:
http://msdn.microsoft.com/library/en-us/dncenet/html/tchRockSolidCETimers.asp?frame=true
It does exactly what you want.
-- Best regards, Michel Verhagen [eMVP] Windows CE.NET Consultant PTS Software The Netherlands (to reply to my email address directly, remove ".nospam") "iordan" <anonymous@discussions.microsoft.com> wrote in message news:C9A35D20-4E66-4670-A14A-C3D4707EF77B@microsoft.com... > We were wondering if you can help us out on the following issues: > The software that we develop needs a guaranteed hardware interrupt that is generated exactly on 2ms time interval. > As we have read in the provided documentation, Windows CE .NET 4.2 provides this interval. So basically we are trying to handle (catch) the system timer interrupt, and to associate it with our own ISR. > Should this be done in the Platform Builder (in the kernel), or just the application should initialize the timer interrupt, change the timer frequency, handle the interrupt and when the handling is done restore the original frequency. > Is it possible to launch two other interrupts, the first one generated on 8ms, the second one respectively on 16ms? > >
- Next message: ouchicarumba: "Re: can I distribute loadcepc with my NK.BIN?"
- Previous message: Michel Verhagen [eMVP]: "Re: Linking a biosloader !!"
- In reply to: iordan: "Hook timer interrupt in Windows CE"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|