tags:

views:

266

answers:

3

The question below was related to the 8051 family as it has only the serial ports. Now when i found out that the ARM processors have inbuilt ethernet facility i decided to mov on to the ARM's. So which would be the Most easiest one to start of and as iam aware of keil environment i would like to work on anARM which supports keil .

Thnxx, Cheers.

A: 

Check out the AT91SAM7X.

starblue
+2  A: 

The TI (formerly Luminary Micro) parts are easy to use. The eval kits are cheap and there is a lot of documentation on the Luminary Micro web site, including sample code. I've been using the LM3S6965 EVK for an ethernet project. The eval kits can be ordered with Keil, IAR, Codesourcery or Code Red compilers.

Neil
Indeed, I've worked with the LM3S6965 too. Complete starter kit with compiler etc costs about $50-$60. I've used it in combination with Code_Red, which is unlimited when used with the eval board. http://www.luminarymicro.com/products/lm3s6965_ethernet_evaluation_kit.html
Adriaan
A: 

AT91 SAM series from Atmel is really popular between hobbyists and amateurs, you will find a lot of open source examples and excessive topics regarding this CPU's. And yes, they are widely supported in Linux community.
Check this out: http://www.at91.com

Andrejs Cainikovs