This site is no longer active and is available for archival purposes only. Registration and login is disabled.

Quick Question on ARM


Quick Question on ARM

Postby nwcoder » May 21, 2003 @ 4:20am

Hi All,

do ARM have any instruction to halt processor? I'm writting for the application which gonna be interrup driven so I don't want to put wasting cycles (I assume that it will be power eater)into the main function.
nwcoder
 


Postby refractor » May 21, 2003 @ 10:52am

If your main application thread isn't busy/active then the OS should give priority to other tasks anyway. It's the job/responsibility of the OS to halt the processor, not the job of your application (IMHO at least).

If you're writing a device driver or something low-level that really does need to halt the processor, go look at the XScale/StrongARM ARM manuals on the Intel site... but I suspect the OS won't be too happy with you if you halt the processor behind its back.

Out of interest, which interrupt are you hooking?
User avatar
refractor
pm Insider
 
Posts: 2304
Joined: Feb 5, 2002 @ 1:12pm
Location: Luxembourg


Postby nwcoder » May 22, 2003 @ 2:31am

nwcoder
 


Return to Windows Mobile


Sort


Forum Description

A discussion forum for mobile device developers on the Windows Mobile platform. Any platform specific topics are welcome.

Moderators:

Dan East, sponge, Digby, David Horn, Kevin Gelso, RICoder

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum