Re: PoR and AHB Configuration in WINCE
- From: "Andrew at Plextek (www.plextek.co.uk)" <ams@xxxxxxxxxxx>
- Date: 21 May 2007 06:04:22 -0700
Gajanan,
OK, a bit less short and a bit more general.
Q. When do you need a device driver, assuming you are trying to work
with Windows CE, rather than against it......???
A. You need a device driver if there is some way that an application
or part of the operating system (other than the kernel - nk.exe) needs
to interract with a piece of hardware.
You may infact need more than one device driver, for example, if the
device is attached to a bus (e.g. PCI, PC Card, etc.). In these cases
there is normally a bus driver and a peripheral driver.
You do not need a device driver if the piece of harware cannot be
programmed by software (such as a simple Power-on-reset device that
generates a clean reset pulse when the power goes up/down), or if the
hardware is merely configured by the kernel during power-up and is
then a passive interconnect method between peripherals (such as the
ARM local bus).
The questions you are asking are very hardware specific and you have
provided no information (part numbers, etc.) about your hardware. The
answer, therefore depends greatly on what your hardware is and what
you want it to do. You should discuss with your hardware designer what
functionality the BSP & device drivers need to have.
There's plenty of good background reading in the Platform Builder helpFrom your question I'm guessing that you're very new to Windows CE.
on developing device drivers.
Regards,
Andrew.
On May 21, 10:19 am, Gajanan.A...@xxxxxxxxx wrote:
On May 21, 1:58 pm, "Andrew at Plextek (www.plextek.co.uk)"
<a...@xxxxxxxxxxx> wrote:
Gajanan,
In short, possibly, if your reset chip is one of the more advanced
ones that sits on say, an I2C bus, and probably not, as the local bus
on the ARM is not PnP.
Andrew.
On May 21, 6:45 am, Gajanan.A...@xxxxxxxxx wrote:
Hi all,
I need detail information on Por(Power on reset) and AHB
Configuration.As far my information The power-on reset (PoR) is an
electronic device incorporated into the integrated circuit that
detects the power applied to the chip and generates a reset impulse
that goes to the entire circuit placing it into a known state.
An AHB is a Advanced High-Performance Bus, System bus connecting ARM
cores to peripheral circuits , I/Os , memory and IPs.
All this is H/w related.Is there any software part or drivers attached
to POR or AHB?Do we need to wite any code for proper functiong of POR
and AHB?
Regards,
Gajanan- Hide quoted text -
- Show quoted text -
Andrew,
I did not understand what you have replied..plz elaborate more....- Hide quoted text -
- Show quoted text -
.
- References:
- PoR and AHB Configuration in WINCE
- From: Gajanan . Agre
- Re: PoR and AHB Configuration in WINCE
- From: Andrew at Plextek (www.plextek.co.uk)
- Re: PoR and AHB Configuration in WINCE
- From: Gajanan . Agre
- PoR and AHB Configuration in WINCE
- Prev by Date: Re: The Remote Tool and CETK can not connect with PB6.0
- Next by Date: Re: About sharing IRQ with installing giisr.dll
- Previous by thread: Re: PoR and AHB Configuration in WINCE
- Next by thread: Re: PoR and AHB Configuration in WINCE
- Index(es):
Relevant Pages
|