Re: How to compare computing power of microcontrollers?
- From: Chris Carlen <crcarleRemoveThis@xxxxxxxxxxxxxxx>
- Date: Tue, 30 Aug 2005 08:19:34 -0700
Michael J. Noone wrote:
Hi - I'm trying to choose a microcontroller for a project I'm working on. Originally I had been thinking about using a 20Mhz Atmel AVR, such as an ATMEGA168, but I became worried about the raw computing power of the AVR, as one of the main roles of this chip will be to do alot of 16 bit multiplication and trig at a fairly high speed. So I've been looking at using an ARM - specifically the Atmel AT91SAM7A3 looks very interesting to me. It's clocked 3 times as fast as the ATMEGA168, but I expect that isn't a good way at all to compare it's ability to handle this task to the AVR's. Is there any good way to make a comparison for this application without benchmarking the chips? Thanks,
-Michael J. Noone
ARM is also a 32 bit CPU, vs. 8 bits for the AVR. So for instance, to do 32 bit arithmetic operations on AVR takes 4 instructions/clocks, while the ARM will do a 32 bit operation in one instruction/clock.
For floating point stuff, things are more complicated, but still the advantage goes to the 32-bit CPU.
So for 32-bit integer arithmetic anyway, a 60MHz ARM would be roughly 12 times faster than an AVR.
-- Good day!
________________________________________ Christopher R. Carlen Principal Laser&Electronics Technologist Sandia National Laboratories CA USA crcarleRemoveThis@xxxxxxxxxxxxxxx NOTE, delete texts: "RemoveThis" and "BOGUS" from email address to reply. .
- Follow-Ups:
- Re: How to compare computing power of microcontrollers?
- From: joep
- Re: How to compare computing power of microcontrollers?
- From: Grant Edwards
- Re: How to compare computing power of microcontrollers?
- References:
- How to compare computing power of microcontrollers?
- From: Michael J. Noone
- How to compare computing power of microcontrollers?
- Prev by Date: Altium Protel?
- Next by Date: Re: PIC at dry ice temperature
- Previous by thread: How to compare computing power of microcontrollers?
- Next by thread: Re: How to compare computing power of microcontrollers?
- Index(es):
Relevant Pages
|