EmbeddedRelated.com
Forums

Low cost TCP enabled devices

Started by rowebits August 16, 2007
Petter Gustad wrote:
> dalai lamah <antonio12358@hotmail.com> writes: > >> IMHO the best features/cost solution for Ethernet embedded support >> are Luminary Stellaris family (LM3S6xxx). Fast, flash-based, ARM >> compatible, MAC+PHY *on chip*, all the libraries are free, and the >> prices start from 10$ for sampling quantities. > > The Freescale MCF52230CAF60 costs $8,50&#4294967295; and has on-chip FLASH, SRAM, > and Ethernet PHY. I'm using gcc for cross development under Linux. > > Petter > &#4294967295;) http://tinyurl.com/34m4nu
That looks really useful, although the phy doesn't appear to have auto-MDIX functionality, which the Luminary devices claim to support. Martin
Un bel giorno tusunov@my-deja.com digit&#4294967295;:

> The best solution I've seen so far is the PIC18F97J60 - 128KB Flash > device 40Mhz clock, integrated Ethernet MAC+PHY and under $6 for 1K > quantity.
As usual with Microchip, 40 MHz clock=10 MIPS. Plus, it's an 8 bit device; it doesn't look like it can handle much data. Anyway, thanks for the hint! I didn't know that some PIC had the ethernet interface. -- emboliaschizoide.splinder.com
Un bel giorno Martin Walton digit&#4294967295;:

> Are the Luminary devices with built in Ethernet actually available yet?
Yes, even Mouser and Digikey have them in stock (as well as the low-cost development kit). -- emboliaschizoide.splinder.com
Un bel giorno Petter Gustad digit&#4294967295;:

>> IMHO the best features/cost solution for Ethernet embedded support >> are Luminary Stellaris family (LM3S6xxx). Fast, flash-based, ARM >> compatible, MAC+PHY *on chip*, all the libraries are free, and the >> prices start from 10$ for sampling quantities. > > The Freescale MCF52230CAF60 costs $8,50&#4294967295; and has on-chip FLASH, SRAM, > and Ethernet PHY. I'm using gcc for cross development under Linux.
Looks interesting, thanks! I was hoping that my message would have started a "my processor is better than yours" thread, it's in this way that you learn the most. ;-) -- emboliaschizoide.splinder.com
tusunov@my-deja.com writes:

> Microchip TCP-IP stack is the most sophisticated stack available
Last time I checked no development tools were available for Linux to compile the Microchip TCP/IP stack. Is that still the case? Petter -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
Petter Gustad <newsmailcomp6@gustad.com> writes:
> Last time I checked no development tools were available for Linux to > compile the Microchip TCP/IP stack. Is that still the case?
Microchip's tools are based on gcc, you could easily recompile them for Linux. The sources are available on their web site. I don't know if you can program the chips from linux yet, but they do document the protocol needed.