Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Accessing IOs and other peripherals when running WinCE on ATMEL ARM9

Status
Not open for further replies.

elockpicker

Member level 4
Joined
Jul 25, 2008
Messages
74
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,288
Activity points
1,813
Hi,

I've got a few questions about using WinCE on an ATMEL ARM9 microcontroller:

Is it possible to access the IOs (and/or their interrupts) when running WinCE on a ARM9 Microcontroller (ATMEL) ?
Do I need to write device drivers for WinCE to access the IOs?
How about other peripherals such as SPI, USB, ... ?

Isn't Embedded Linux easier to use for this kind of work?


Thank you very much
 

Resources, that are used exclusively by an application can be accessed in the application code, including interrupt handling.

USB is one of those more complex peripherals which you'll want to access by using the respective OS means, I assume.

People that are familiar with Windows development usually find CE easier than embedded Linux, most likely it's the opposite case for Linux guys.
 
Thanks
so, no drivers are needed and accessing GPIO can be done via WinCE APIs ?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top