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.

[moved] question about ARM and MIPS architecture

Status
Not open for further replies.

will_fung

Junior Member level 1
Joined
Feb 18, 2014
Messages
17
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,435
For a Hardware Engineer, while we use a chip based on ARM or MIPS platform, is there some technical knowledge we should know? And is there some point we should pay more attention between this two different architecture?

Thank you very much.
 

The short answer is...maybe.
From a pure hardware engineering point of view - when selecting a microcontroller for a project you'll have to consider these important aspects:

1. Raw computation power (not just speed).
2. Memories.
3. peripherals.
4. Power consumption.
5. Cost.

Choosing between ARM vs MIPS vs any other platform - may effect these parameters.
ARM and MIPS are core architectures that offer many device families from many different vendors.
 

However the bigger picture is that it is NOT a pure hardware decision, and given the availability of suitable parts in both varieties of core you will then want to look at (In no particular order):
  • Available software expertese.
  • Toolchains.
  • Documentation quality (There is a very common line of mips based parts that fall down badly here).
  • Libraries.
  • production programming.
  • Integration into a JTAG scan chain.

Do not treat this as a pure hardware question, it really isn't.

Regards, Dan.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top