Re: Micros with USB



"Hw" <localhost@xxxxxxx> skrev i meddelandet
news:ZxEle.46898$887.4597@xxxxxxxxxxxxxxxxxxxxxxx
> Any suggestions on uCs that have USB interfaces? Trying to avoid 8051
> cores.
>
> Atmel seem to make some AVRs with USB, anyone have experience with them?
>
> Regards
> H.

There are AVRs with USB in the AT43 series.
This is only useful for larger volume projects due to restrictions.

The AT76C713 on the other hand can be bought through distribution.
Runs at 48 MHz so it is quite fast (40 MIPS +) but
is more complex to handle than the average AVR because you have to do ISP
before you start debugging.
It can do some amazing things at that speed.

The AT91SAM7S64 is a very good general purpose chip and you get
going for about $300.
This includes dev kit, JTAG Emulator and IAR C compiler limited to 32 kB C
code (+ 32 kB Assembler code).


--
Best Regards,
Ulf Samuelsson
This is intended to be my personal opinion which may,
or may bot be shared by my employer Atmel Nordic AB



.



Relevant Pages

  • Re: Micros with USB
    ... > Atmel seem to make some AVRs with USB, ... Regards, ...
    (comp.arch.embedded)
  • Re: Micros with USB
    ... > cores. ... > Atmel seem to make some AVRs with USB, ... No experience with USB on an AVR but I have had success with USB on Atmel ...
    (comp.arch.embedded)
  • Re: Microcontrollers, USB and Linux
    ... packages so that's not really an option. ... controllers start at BGA packages. ... USB are QFP packages. ... I got a *large* stockpile of AVRs here, as they are a really nice ...
    (comp.os.linux.embedded)
  • Re: Problem interfacing FT232BM and AT89S8252
    ... I'm interfacing an 8051 from Atmel with an USB to serial ... The interfacing i use is simply through the UART of 8051 directly to the ... I've programmed the 8051 t osend a byte to the port ... Why not use an AT89C5131 with built in USB device? ...
    (comp.arch.embedded)
  • [PATCH 1/2 v2] at91/USB: Add USB drivers for at91sam9g45 series
    ... Add both host and gadget USB drivers for at91sam9g45 series. ... The gadget driver is the already available atmel_usba_udc. ... boolean "Atmel AT91 USB Device Port" ...
    (Linux-Kernel)