Re: How to add a timer interrupt service routine?
- From: "Luca Calligaris" <anonymous@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 16 Oct 2008 13:09:33 +0200
It depends on the architecure, the OS version and the tick scheduler
implementation:
On Windows Embedded CE 6.0, x86:
%_WINCEROOT%\PLATFORM\COMMON\SRC\SOC\PXA27X_MS_V1\OAL\INTR\intr.c
On Windows Embedded CE 6.0, PXA270, fixed tick:
%_WINCEROOT%\PLATFORM\COMMON\SRC\SOC\PXA27X_MS_V1\OAL\TIMER\FIXTICK\timer.c
On Windows Embedded CE 6.0, PXA270, variable tick:
%_WINCEROOT%\PLATFORM\COMMON\SRC\SOC\PXA27X_MS_V1\OAL\TIMER\VARTICK\timer.c
--
Luca Calligaris
www.eurotech.it
"daniel" <daniel@xxxxxxxxxxxxxxxxxxxxxxxxx> ha scritto nel messaggio
news:FB3943DD-278F-4526-8B8D-803E7ABB4219@xxxxxxxxxxxxxxxx
hi?
I'd like to implement a logic which are periodically called by timer
interrupt.
where is the timer isr?
.
- References:
- How to add a timer interrupt service routine?
- From: daniel
- How to add a timer interrupt service routine?
- Prev by Date: Re: How to get USB2Serial supported for Windows CE?
- Next by Date: RE: How to add a timer interrupt service routine?
- Previous by thread: How to add a timer interrupt service routine?
- Next by thread: RE: How to add a timer interrupt service routine?
- Index(es):
Relevant Pages
|