Hi all. I have been developing for mobile devices mainly in J2ME and C#, but
I want to perform some optimizations using eVC++ 4.3.

Can anybody explain the difference between XScale, ARM and the various CPU
types (such as PXA255). I have found a developers guide for the PXA255 at
Intel.

Cheers

Re: newbie - Explanation of XScale, ARM and CPU types? by Chris

Chris
Mon May 31 06:42:56 CDT 2004

ARM is a processor core architecture from ARM.

XScale is a technology that Intel uses in a line of their ARM-based
processors.

The PXA255 is a specific XScale processor from Intel.

So...
You can have an ARM processor that is not an XScale or a PXA255.
You can have an XScale that is not a PXA255.
All PXA255's are XScale and ARM-based
All XScale processors are ARM-based.

-Chris


"Paul Grimstrup" <trashcan@paragonz.com> wrote in message
news:e6bcyCtREHA.1348@TK2MSFTNGP12.phx.gbl...
> Hi all. I have been developing for mobile devices mainly in J2ME and C#,
but
> I want to perform some optimizations using eVC++ 4.3.
>
> Can anybody explain the difference between XScale, ARM and the various CPU
> types (such as PXA255). I have found a developers guide for the PXA255 at
> Intel.
>
> Cheers
>
>



Re: newbie - Explanation of XScale, ARM and CPU types? by Paul

Paul
Mon May 31 13:08:55 CDT 2004

Microsoft has an article -
http://msdn.microsoft.com/library/en-us/wcechp40/html/ccrefARMGuide.asp

Which details some of the differences, though not variants of xscale

Paul
"Paul Grimstrup" <trashcan@paragonz.com> wrote in message
news:e6bcyCtREHA.1348@TK2MSFTNGP12.phx.gbl...
> Hi all. I have been developing for mobile devices mainly in J2ME and C#,
> but
> I want to perform some optimizations using eVC++ 4.3.
>
> Can anybody explain the difference between XScale, ARM and the various CPU
> types (such as PXA255). I have found a developers guide for the PXA255 at
> Intel.
>
> Cheers
>
>