Re: Is it possibe to generate interrupts from OS timers ?
- From: CY <CY@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 8 Jan 2008 18:46:01 -0800
Hi,
I installed the platform builder for Windows CE 5.
It contains the BSP for PXA270. Do i find the kernel code there ?
Also where do i find the code needed for implementing the interrupt ?
Thanks,
CY
"Bruce Eitman [eMVP]" wrote:
Ah, I think we assumed that you had code for your Kernel. If you don't then.
you may have trouble implementing this. If your platform supports it, you
might be able to do this with an Installable ISR.
--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net
Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member
"CY" <CY@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C510E95E-6C88-4AE4-9232-3D7A17352C17@xxxxxxxxxxxxxxxx
Hi,
Thanks for the prompt reply. I have read the manual and i know which
registers hold the relevant interrupt bits. However, i cant seem to find
the
source code for ISRs to integrate...
Anyone tried doing this before ?
Cheers
CY
"Bruce Eitman [eMVP]" wrote:
The hardware IRQ is documented in the PXA270 Deveoper's Manual.
Take a look at the documentation and source code for ISRs for integrating
your ISR.
--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net
Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member
"CY" <CY@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:367FF6C8-23A9-4760-9D04-8A6CBF7C02B2@xxxxxxxxxxxxxxxx
Hi,
Thanks for the reply .
For my hardware the PXA270, i am able to configure the OS timers
through
the
registers. However, i am not very sure how to go beyond that step.
How do i create the timer hardware irq ?
How do i map it to a sysintr ?
Cheers
"Dean Ramsier" wrote:
It's no different than any other driver that handles hardware with
interrupts. Configure the timer module to generate interrupts, create
your
event, map the timer hardware irq to a sysintr and set it all up with
InterruptInitialize.
How exactly to do this in your BSP depends on how the BSP was
implemented.
--
Dean Ramsier - eMVP
BSQUARE Corporation
"CY" <CY@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:7B8D107D-B1BF-4E62-B8F0-3D2D098A3EAC@xxxxxxxxxxxxxxxx
Hi,
My question is as above.
How do i do it if it is possible ?
I am using Windows CE 5 on PXA270, i am able to figure out how to
access
the
registers to set the timers but i have no idea how to create an
interrupt
from it.
Anyone can help ?
- Follow-Ups:
- Re: Is it possibe to generate interrupts from OS timers ?
- From: Paul G. Tobey [eMVP]
- Re: Is it possibe to generate interrupts from OS timers ?
- From: Bruce Eitman [eMVP]
- Re: Is it possibe to generate interrupts from OS timers ?
- References:
- Re: Is it possibe to generate interrupts from OS timers ?
- From: Dean Ramsier
- Re: Is it possibe to generate interrupts from OS timers ?
- From: Bruce Eitman [eMVP]
- Re: Is it possibe to generate interrupts from OS timers ?
- From: CY
- Re: Is it possibe to generate interrupts from OS timers ?
- From: Bruce Eitman [eMVP]
- Re: Is it possibe to generate interrupts from OS timers ?
- Prev by Date: RE: SQL Server Connection for POCKET PC in VS2005
- Next by Date: Re: Is it possibe to generate interrupts from OS timers ?
- Previous by thread: Re: Is it possibe to generate interrupts from OS timers ?
- Next by thread: Re: Is it possibe to generate interrupts from OS timers ?
- Index(es):
Relevant Pages
|