Re: design advice

From: Tauno Voipio (tauno.voipio_at_iki.fi.NOSPAM.invalid)
Date: 07/23/04


Date: Fri, 23 Jul 2004 21:28:15 GMT

Gerrit wrote:
> All,
>
> thanks for the advice I will go into the diferent controlers and loop what
> would be most applyable.
>
> If there are stille pro and contra's for microchip vs arm please share.
>
>

ARM is a 32 bit device, while the other suggested processors have
narrower word width. The TCP/IP arithmetic is also 32 bits, so
there is a native advantage with an ARM. Also, a 32 bit processor
can more easily handle memories over 65 kbytes, which pretty
soon prove necessary with the TCP/IP applications.

Been there - done that (TCP/IP on AT91's).

Tauno Voipio
tauno voipio (at) iki fi



Relevant Pages

  • Re: Replace polling with interrupt
    ... This code runs on the ARM micro-controller. ... afterwards it starts to execute an while loop as below. ... I am trying for the first time to write an interrupt driven routine. ... Here I want to transmit n*8 bytes of data over a serial interface ...
    (alt.lang.asm)
  • Re: replace polling with interrupt
    ... communicates with the ARM using the i2c driver. ... afterwards it starts to execute an while loop as below. ... I am trying for the first time to write an interrupt driven routine. ... Here I want to transmit n*8 bytes of data over a serial interface ...
    (comp.arch.embedded)
  • Re: replace polling with interrupt
    ... communicates with the ARM using the i2c driver. ... afterwards it starts to execute an while loop as below. ... variable which will be set in the interrupt handler. ... Here I want to transmit n*8 bytes of data over a serial interface ...
    (comp.arch.embedded)
  • Re: 2.6.20.4 on ARM: "Unknown signal 64"????
    ... fresh compiled software on target ARM machine. ... This is USB bus ... tested on PC's to pure RISC architectures (Sparc, ARM). ... tauno voipio iki fi ...
    (comp.arch.embedded)
  • Re: code banking
    ... Tauno Voipio wrote: ... If the code exceeds the 16 bit addressing ... something more powerful we can go for an ARM. ... I got 6 hex files as output for 6 banks. ...
    (comp.arch.embedded)