Page 1 of 1

Access to Processor Informations

PostPosted: Jul 26, 2006 @ 12:31pm
by norwy
How to access to Hardware Informations ?

I mean how to know the processor type (PXA 2xx, SAxxx) ? frequency ?

PostPosted: Jul 26, 2006 @ 6:41pm
by refractor
Look in the CPU co-processor registers and the MCR instruction (specifically co-processor 15, register 0).

You'll probably have to go through the StrongARM/XScale/ARM9 technical manuals to find out the rest of the info. you want.

PostPosted: Aug 5, 2006 @ 3:30pm
by norwy