Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Thread

Is it possible to port uCLinux in LPC2106

Is it possible to port uCLinux in LPC2106

2005-10-01 by ranjith kumar

Hi All.,
 
I am Ranjith , working as a Design Engineer in GDA Technologies Ltd., Chennai.
Now I am working in Philips LPC2106 ( ARM7TDMI ) microcontroller based project.
 
I would like know that ' Is it possible to port uCLinux in LPC2106 ? '.
 
 
And also inform me What is minimum Memory requirement to port uCLinux?
 
Expecting your Reply....
 
 
Thanks & Regards
Ranjithkumar M.



		
---------------------------------
Yahoo! for Good
 Click here to donate to the Hurricane Katrina relief effort. 

[Non-text portions of this message have been removed]

Re: [lpc2000] Is it possible to port uCLinux in LPC2106

2005-10-01 by Boris Estudiez

01/10/2005 - 12:30 

AFAIK, You need >2MB program storage so Flash-based MCUs are out,
also is necessary a MMU (Memory Management Unit).
The Atmel AT91R40008 is a very popular device for running uCLinux.

There is a project that support uCLinux for ARM-7 based devices
without MMU, look here:
http://opensrc.sec.samsung.com/profile.html

Now I have other question: 
Is it possible to port uCLinux on LPC22xx devices with 
extern Flash/SRAM memory connected ?.

Regards,
Boris Estudiez.-

-- 

Contacteme en:
* Mail(1): stk@...
* Mail(2): 43824@...
* Mail(3): slicetex@...
* Website: http://stk.freeshell.org
EOF


On 30/09/2005 at 22:30:01 -0700 ranjith kumar Wrote:
Show quoted textHide quoted text
> Hi All.,
>  
> I am Ranjith , working as a Design Engineer in GDA Technologies Ltd., Chennai.
> Now I am working in Philips LPC2106 ( ARM7TDMI ) microcontroller based project.
>  
> I would like know that ' Is it possible to port uCLinux in LPC2106 ? '.
>  
>  
> And also inform me What is minimum Memory requirement to port uCLinux?
>  
> Expecting your Reply....
>  
>  
> Thanks & Regards
> Ranjithkumar M.

Re: Is it possible to port uCLinux in LPC2106

2005-10-01 by lpc2100_fan

Hi,

for uCLinux you don't need a MMU. Also you don't need 2 MB of program
storage but at the very least 512 KB and lots of RAM, much more than
64 KB. 

While you need a little less resources than stated in the e-mail
before, the result stays the same, you can not run uCLinux on a
LPC2106.  A good choice within the LPC family would be any of the
LPC2200-series which have an external bus. 

Bob

--- In lpc2000@yahoogroups.com, Boris Estudiez <boris_tormentor@y...>
wrote:
> 01/10/2005 - 12:30 
> 
> AFAIK, You need >2MB program storage so Flash-based MCUs are out,
> also is necessary a MMU (Memory Management Unit).
> The Atmel AT91R40008 is a very popular device for running uCLinux.
> 
> There is a project that support uCLinux for ARM-7 based devices
> without MMU, look here:
> http://opensrc.sec.samsung.com/profile.html
> 
> Now I have other question: 
> Is it possible to port uCLinux on LPC22xx devices with 
> extern Flash/SRAM memory connected ?.
> 
> Regards,
> Boris Estudiez.-
> 
> -- 
> 
> Contacteme en:
> * Mail(1): stk@f...
> * Mail(2): 43824@e...
> * Mail(3): slicetex@h...
> * Website: http://stk.freeshell.org
> EOF
> 
> 
> On 30/09/2005 at 22:30:01 -0700 ranjith kumar Wrote:
> > Hi All.,
> >  
> > I am Ranjith , working as a Design Engineer in GDA Technologies
Ltd., Chennai.
> > Now I am working in Philips LPC2106 ( ARM7TDMI ) microcontroller
based project.
> >  
> > I would like know that ' Is it possible to port uCLinux in LPC2106
? '.
Show quoted textHide quoted text
> >  
> >  
> > And also inform me What is minimum Memory requirement to port uCLinux?
> >  
> > Expecting your Reply....
> >  
> >  
> > Thanks & Regards
> > Ranjithkumar M.

Re: Is it possible to port uCLinux in LPC2106

2005-10-02 by atmelbr

--- In lpc2000@yahoogroups.com, Boris Estudiez <boris_tormentor@y...>
wrote:
> 01/10/2005 - 12:30 
> 
> AFAIK, You need >2MB program storage so Flash-based MCUs are out,
> also is necessary a MMU (Memory Management Unit).
> The Atmel AT91R40008 is a very popular device for running uCLinux.
> 
> There is a project that support uCLinux for ARM-7 based devices
> without MMU, look here:
> http://opensrc.sec.samsung.com/profile.html
> 
> Now I have other question: 
> Is it possible to port uCLinux on LPC22xx devices with 
> extern Flash/SRAM memory connected ?.
>
Yes.There is a complete project.Look here:
http://www.ulrichradig.de/site/arm.htm
 
> Regards,
> Boris Estudiez.-
> 
> -- 
> 
> Contacteme en:
> * Mail(1): stk@f...
> * Mail(2): 43824@e...
> * Mail(3): slicetex@h...
> * Website: http://stk.freeshell.org
> EOF
> 
> 
> On 30/09/2005 at 22:30:01 -0700 ranjith kumar Wrote:
> > Hi All.,
> >  
> > I am Ranjith , working as a Design Engineer in GDA Technologies
Ltd., Chennai.
> > Now I am working in Philips LPC2106 ( ARM7TDMI ) microcontroller
based project.
> >  
> > I would like know that ' Is it possible to port uCLinux in LPC2106
? '.
Show quoted textHide quoted text
> >  
> >  
> > And also inform me What is minimum Memory requirement to port uCLinux?
> >  
> > Expecting your Reply....
> >  
> >  
> > Thanks & Regards
> > Ranjithkumar M.

RE: [lpc2000] Is it possible to port uCLinux in LPC2106

2005-10-04 by Bruce Paterson

> AFAIK, You need >2MB program storage so Flash-based MCUs are 
> out, also is necessary a MMU (Memory Management Unit).

No, you don't need an MMU. That's the whole reason for being of uCLinux
! If you have an MMU you port normal Linux AFAIK.
It may be possible to run a cut down uClinux in an embedded flash micro;
it largely depends what features you are willing to live without. TCP/IP
stack necessary for instance ? 
The other problem is uCLinux is largely arranged to run from RAM. It has
RAMDISKs etc. to boot up with. I think you'll find the lack of RAM in
the embedded chips is more a limitation than the lack of flash.
Show quoted textHide quoted text
> The Atmel AT91R40008 is a very popular device for running uCLinux.
> 
> There is a project that support uCLinux for ARM-7 based 
> devices without MMU, look here:
> http://opensrc.sec.samsung.com/profile.html
> 
> Now I have other question: 
> Is it possible to port uCLinux on LPC22xx devices with extern 
> Flash/SRAM memory connected ?.
> 
> Regards,
> Boris Estudiez.-
> 
> -- 
> 
> Contacteme en:
> * Mail(1): stk@...
> * Mail(2): 43824@...
> * Mail(3): slicetex@...
> * Website: http://stk.freeshell.org
> EOF
> 
> 
> On 30/09/2005 at 22:30:01 -0700 ranjith kumar Wrote:
> > Hi All.,
> >  
> > I am Ranjith , working as a Design Engineer in GDA 
> Technologies Ltd., Chennai.
> > Now I am working in Philips LPC2106 ( ARM7TDMI ) 
> microcontroller based project.
> >  
> > I would like know that ' Is it possible to port uCLinux in 
> LPC2106 ? '.
> >  
> >  
> > And also inform me What is minimum Memory requirement to 
> port uCLinux?
> >  
> > Expecting your Reply....
> >  
> >  
> > Thanks & Regards
> > Ranjithkumar M.
>  
> 
> 
> 
> ------------------------ Yahoo! Groups Sponsor 
> --------------------~--> Fair play? Video games influencing 
> politics. Click and talk back!
> http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/dN_tlB/TM
> --------------------------------------------------------------
> ------~-> 
> 
>  
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 
> 
>

Re: Is it possible to port uCLinux in LPC2106

2005-10-04 by philips_marketing_usa

Here is the uCLinux link for the LPC2200 family:

http://mailman.uclinux.org/pipermail/uclinux-dev/2005-
March/031693.html

This is provided "As Is" and is not supported by Philips.



--- In lpc2000@yahoogroups.com, "Bruce Paterson" 
<bruce.paterson@b...> wrote:
> > AFAIK, You need >2MB program storage so Flash-based MCUs are 
> > out, also is necessary a MMU (Memory Management Unit).
> 
> No, you don't need an MMU. That's the whole reason for being of 
uCLinux
> ! If you have an MMU you port normal Linux AFAIK.
> It may be possible to run a cut down uClinux in an embedded flash 
micro;
> it largely depends what features you are willing to live without. 
TCP/IP
> stack necessary for instance ? 
> The other problem is uCLinux is largely arranged to run from RAM. 
It has
> RAMDISKs etc. to boot up with. I think you'll find the lack of RAM 
in
> the embedded chips is more a limitation than the lack of flash.
> 
> > The Atmel AT91R40008 is a very popular device for running 
uCLinux.
Show quoted textHide quoted text
> > 
> > There is a project that support uCLinux for ARM-7 based 
> > devices without MMU, look here:
> > http://opensrc.sec.samsung.com/profile.html
> > 
> > Now I have other question: 
> > Is it possible to port uCLinux on LPC22xx devices with extern 
> > Flash/SRAM memory connected ?.
> > 
> > Regards,
> > Boris Estudiez.-
> > 
> > -- 
> > 
> > Contacteme en:
> > * Mail(1): stk@f...
> > * Mail(2): 43824@e...
> > * Mail(3): slicetex@h...
> > * Website: http://stk.freeshell.org
> > EOF
> > 
> > 
> > On 30/09/2005 at 22:30:01 -0700 ranjith kumar Wrote:
> > > Hi All.,
> > >  
> > > I am Ranjith , working as a Design Engineer in GDA 
> > Technologies Ltd., Chennai.
> > > Now I am working in Philips LPC2106 ( ARM7TDMI ) 
> > microcontroller based project.
> > >  
> > > I would like know that ' Is it possible to port uCLinux in 
> > LPC2106 ? '.
> > >  
> > >  
> > > And also inform me What is minimum Memory requirement to 
> > port uCLinux?
> > >  
> > > Expecting your Reply....
> > >  
> > >  
> > > Thanks & Regards
> > > Ranjithkumar M.
> >  
> > 
> > 
> > 
> > ------------------------ Yahoo! Groups Sponsor 
> > --------------------~--> Fair play? Video games influencing 
> > politics. Click and talk back!
> > http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/dN_tlB/TM
> > --------------------------------------------------------------
> > ------~-> 
> > 
> >  
> > Yahoo! Groups Links
> > 
> > 
> > 
> >  
> > 
> > 
> > 
> > 
> >

Re: [lpc2000] Is it possible to port uCLinux in LPC2106

2005-10-04 by 42Bastian Schick

ranjith kumar <ranjith_gda@...> schrieb am Fri, 30 Sep 2005 22:30:01 
-0700 (PDT):

> Hi All.,
>
> I am Ranjith , working as a Design Engineer in GDA Technologies Ltd., 
> Chennai.
> Now I am working in Philips LPC2106 ( ARM7TDMI ) microcontroller based 
> project.
>
> I would like know that ' Is it possible to port uCLinux in LPC2106 ? '.

No.

Do you want to save your employers money ? If so, don't go for Linux.

It costs:
a) HW : more RAM more Flash
b) SW : more time until it works well on you hardware unless it is x86.

> And also inform me What is minimum Memory requirement to port uCLinux?

Check: comp.arch.embedded and other usenet groups.


-- 
42Bastian Schick

Re: [lpc2000] Is it possible to port uCLinux in LPC2106

2005-10-04 by Leonardo Santos

Hello All:
	Let me disagree with you Sebastian. Embedded Linux IS a viable alternativa, 
depending on what you want to do. Is, Linux requires far more RAM and flash 
that you would need by writing the software yourself, and Linux, from a O.S. 
design point of view, is not a very good embedded O.S., as it divides the 
kernel space from the user space.
	What you need to do? Linux is great at providing a reliable TCP/IP stack and 
a project can benefit greatly if you can get a functionality you need from a 
package that already exits, for exemple, you need SNMP on you device, put 
Linux on your board and use NET-SNMP. You can get things running very quickly 
this way.
	But if all you need is a O.S., than Linux might no be the best solution. 
Where I work, we have a whole line of routers using Linux, and they work 
great, but we use faster processors, as the MPC 8xx from Frescale. So an ARM9 
would be a more common choice to run Linux on, not that Linux can't run on 
other processors, but simply because faster processors justify the use of a 
complex O.S, because if you could, you'd have selected a cheaper processor 
for the task.

	Hope it helped, cheers!

On Tuesday 04 October 2005 05:21, 42Bastian Schick wrote:
> ranjith kumar <ranjith_gda@...> schrieb am Fri, 30 Sep 2005 22:30:01
>
> -0700 (PDT):
> > Hi All.,
> >
> > I am Ranjith , working as a Design Engineer in GDA Technologies Ltd.,
> > Chennai.
> > Now I am working in Philips LPC2106 ( ARM7TDMI ) microcontroller based
> > project.
> >
> > I would like know that ' Is it possible to port uCLinux in LPC2106 ? '.
>
> No.
>
> Do you want to save your employers money ? If so, don't go for Linux.
>
> It costs:
> a) HW : more RAM more Flash
> b) SW : more time until it works well on you hardware unless it is x86.
>
> > And also inform me What is minimum Memory requirement to port uCLinux?
>
> Check: comp.arch.embedded and other usenet groups.

-- 
This is Linux country.
On a quiet night, you can hear Windows reboot.

Leonardo Pereira Santos
Engenheiro de Projetos
PD3 Tecnologia
av. ParĂ¡ 330/202
(51) 3337 1237

Today Fortune tells us:
The most important service rendered by the press is that of educating
people to approach printed matter with distrust.

Ethernet addon board for LPC

2005-10-06 by Michael Anburaj

Hi all,

Some days back I came across 2 WebPages providing
Ethernet add-on cards for micro-controller using
CS8900A -- which I thought I would use with my LPC2106
& LPC2138 boards. I some how misplaced the web links.
If anyone knows them or similar pages -- which provide
cheep Ethernet add-on boards based on CS8900A, please
let me know.

Thanks,
-Mike.


		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

Re: Ethernet addon board for LPC

2005-10-06 by Genie Murasaki

Hi Mike,

A few I knew:

http://www.seanadams.com/cs8900/
http://www.edtp.com/
http://www.microrobotics.co.uk/products/interface.html
http://www.invector.nu/iet8900.asp

Good luck!

genie murasaki
http://netsynth.org/

--- In lpc2000@yahoogroups.com, Michael Anburaj <embeddedeng@y...> wrote:
Show quoted textHide quoted text
> Hi all,
> 
> Some days back I came across 2 WebPages providing
> Ethernet add-on cards for micro-controller using
> CS8900A -- which I thought I would use with my LPC2106
> & LPC2138 boards. I some how misplaced the web links.
> If anyone knows them or similar pages -- which provide
> cheep Ethernet add-on boards based on CS8900A, please
> let me know.
> 
> Thanks,
> -Mike.
> 
> 
> 		
> __________________________________ 
> Yahoo! Mail - PC Magazine Editors' Choice 2005 
> http://mail.yahoo.com

Re: [lpc2000] Ethernet addon board for LPC

2005-10-06 by Joel Winarske

> Some days back I came across 2 WebPages providing
> Ethernet add-on cards for micro-controller using
> CS8900A -- which I thought I would use with my LPC2106
> & LPC2138 boards. I some how misplaced the web links.
> If anyone knows them or similar pages -- which provide
> cheep Ethernet add-on boards based on CS8900A, please
> let me know.

http://www.sparkfun.com/shop/index.php?shop=1&cart=418899&cat=66&
http://www.olimex.com/dev/cs8900a-h.html
http://www.seanadams.com/cs8900/

I've seen a few others as well.

Re: [lpc2000] Ethernet addon board for LPC

2005-10-06 by sig5534@hotmail.com

Why do you want to use a CS8900A?  That is only Enet-10 controller.

I have an application now where I need both USB-2 (480M) and Enet-10/100, and for the Enet-10/100 I am using the SMSC LAN9116 or LAN91C111.  Those give you both the PHY+MAC.  Very well established parts, with lots of other source code around and RTOS support for stacks.  For the USB-2 I picked the Philips ISP1582.

Chris.
Show quoted textHide quoted text
  ----- Original Message ----- 
  From: Michael Anburaj 
  To: lpc2000@yahoogroups.com 
  Sent: Wednesday, October 05, 2005 9:52 PM
  Subject: [lpc2000] Ethernet addon board for LPC


  Hi all,

  Some days back I came across 2 WebPages providing
  Ethernet add-on cards for micro-controller using
  CS8900A -- which I thought I would use with my LPC2106
  & LPC2138 boards. I some how misplaced the web links.
  If anyone knows them or similar pages -- which provide
  cheep Ethernet add-on boards based on CS8900A, please
  let me know.

  Thanks,
  -Mike.


              
  __________________________________ 
  Yahoo! Mail - PC Magazine Editors' Choice 2005 
  http://mail.yahoo.com


  SPONSORED LINKS Microprocessor  Microcontrollers  Pic microcontrollers  
        8051 microprocessor  


------------------------------------------------------------------------------
  YAHOO! GROUPS LINKS 

    a..  Visit your group "lpc2000" on the web.
      
    b..  To unsubscribe from this group, send an email to:
     lpc2000-unsubscribe@yahoogroups.com
      
    c..  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


------------------------------------------------------------------------------



[Non-text portions of this message have been removed]

Re: Ethernet addon board for LPC

2005-10-06 by Alan Hutton

Another alternative would be the latest 10/100 PHY from National 
which has been designed to operate with embedded microcontrollers. 
More info at http://www.national.com/pf/DP/DP83848C.html. They also 
offer a 10/100 MAC+PHY (http://www.national.com/appinfo/networks/) 
plus a rather useful "Ethernet Made Easy" on-line design tool which 
I've found useful.

Alan.


--- In lpc2000@yahoogroups.com, <sig5534@h...> wrote:
> Why do you want to use a CS8900A?  That is only Enet-10 controller.
> 
> I have an application now where I need both USB-2 (480M) and Enet-
10/100, and for the Enet-10/100 I am using the SMSC LAN9116 or 
LAN91C111.  Those give you both the PHY+MAC.  Very well established 
parts, with lots of other source code around and RTOS support for 
stacks.  For the USB-2 I picked the Philips ISP1582.
> 
> Chris.
> 
> 
> 
>   ----- Original Message ----- 
>   From: Michael Anburaj 
>   To: lpc2000@yahoogroups.com 
>   Sent: Wednesday, October 05, 2005 9:52 PM
>   Subject: [lpc2000] Ethernet addon board for LPC
> 
> 
>   Hi all,
> 
>   Some days back I came across 2 WebPages providing
>   Ethernet add-on cards for micro-controller using
>   CS8900A -- which I thought I would use with my LPC2106
>   & LPC2138 boards. I some how misplaced the web links.
>   If anyone knows them or similar pages -- which provide
>   cheep Ethernet add-on boards based on CS8900A, please
>   let me know.
> 
>   Thanks,
>   -Mike.
> 
> 
>               
>   __________________________________ 
>   Yahoo! Mail - PC Magazine Editors' Choice 2005 
>   http://mail.yahoo.com
> 
> 
>   SPONSORED LINKS Microprocessor  Microcontrollers  Pic 
microcontrollers  
>         8051 microprocessor  
> 
> 
> --------------------------------------------------------------------
----------
>   YAHOO! GROUPS LINKS 
> 
>     a..  Visit your group "lpc2000" on the web.
>       
>     b..  To unsubscribe from this group, send an email to:
>      lpc2000-unsubscribe@yahoogroups.com
>       
>     c..  Your use of Yahoo! Groups is subject to the Yahoo! Terms 
of Service. 
> 
> 
> --------------------------------------------------------------------
----------
Show quoted textHide quoted text
> 
> 
> 
> [Non-text portions of this message have been removed]

RE: [lpc2000] Ethernet addon board for LPC

2005-10-06 by Mike Ward

Does anyone know of a low pin count USB host controller ?

The best one so far is the Cypress SL811HS.

I would prefer an SPI interface if possible
Show quoted textHide quoted text
-----Original Message-----
From: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com]On Behalf Of
sig5534@...
Sent: 06 October 2005 13:43
To: lpc2000@yahoogroups.com
Subject: Re: [lpc2000] Ethernet addon board for LPC

Why do you want to use a CS8900A?  That is only Enet-10 controller.

I have an application now where I need both USB-2 (480M) and Enet-10/100,
and for the Enet-10/100 I am using the SMSC LAN9116 or LAN91C111.  Those
give you both the PHY+MAC.  Very well established parts, with lots of other
source code around and RTOS support for stacks.  For the USB-2 I picked the
Philips ISP1582.

Chris.



  ----- Original Message -----
  From: Michael Anburaj
  To: lpc2000@yahoogroups.com
  Sent: Wednesday, October 05, 2005 9:52 PM
  Subject: [lpc2000] Ethernet addon board for LPC


  Hi all,

  Some days back I came across 2 WebPages providing
  Ethernet add-on cards for micro-controller using
  CS8900A -- which I thought I would use with my LPC2106
  & LPC2138 boards. I some how misplaced the web links.
  If anyone knows them or similar pages -- which provide
  cheep Ethernet add-on boards based on CS8900A, please
  let me know.

  Thanks,
  -Mike.



  __________________________________
  Yahoo! Mail - PC Magazine Editors' Choice 2005
  http://mail.yahoo.com


  SPONSORED LINKS Microprocessor  Microcontrollers  Pic microcontrollers
        8051 microprocessor


----------------------------------------------------------------------------
--
  YAHOO! GROUPS LINKS

    a..  Visit your group "lpc2000" on the web.

    b..  To unsubscribe from this group, send an email to:
     lpc2000-unsubscribe@yahoogroups.com

    c..  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.


----------------------------------------------------------------------------
--



[Non-text portions of this message have been removed]



SPONSORED LINKS
Microprocessor
<http://groups.yahoo.com/gads?t=ms&k=Microprocessor&w1=Microprocessor&w2=Mic
rocontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig=t
sVC-J9hJ5qyXg0WPR0l6g>
Microcontrollers
<http://groups.yahoo.com/gads?t=ms&k=Microcontrollers&w1=Microprocessor&w2=M
icrocontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig
=DvJVNqC_pqRTm8Xq01nxwg>
Pic microcontrollers
<http://groups.yahoo.com/gads?t=ms&k=Pic+microcontrollers&w1=Microprocessor&
w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&
.sig=TpkoX4KofDJ7c6LyBvUqVQ>
8051 microprocessor
<http://groups.yahoo.com/gads?t=ms&k=8051+microprocessor&w1=Microprocessor&w
2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.
sig=1Ipf1Fjfbd_HVIlekkDP-A>



  _____

YAHOO! GROUPS LINKS

*         Visit your group " lpc2000 <http://groups.yahoo.com/group/lpc2000>
" on the web.

*         To unsubscribe from this group, send an email to:
  lpc2000-unsubscribe@yahoogroups.com
<mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe>

*         Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> .

  _____


  _____

This email has been scanned by Netintelligence
http://www.netintelligence.com/email
  _____



[Non-text portions of this message have been removed]

Re: Ethernet addon board for LPC

2005-10-06 by mhoneywill

Have you looked at the MicroChip ENC28J60, Just come across this chip
looks quite interesting. You could port the Microchip Stack see here
http://www.edtp.com/downloads.htm but I don't know what the licence
implications are.

Look at this link http://www.edtp.com/framethrower.htm for an example
of the chip in use.

Cheers

Martin

--- In lpc2000@yahoogroups.com, Michael Anburaj <embeddedeng@y...> wrote:
Show quoted textHide quoted text
> Hi all,
> 
> Some days back I came across 2 WebPages providing
> Ethernet add-on cards for micro-controller using
> CS8900A -- which I thought I would use with my LPC2106
> & LPC2138 boards. I some how misplaced the web links.
> If anyone knows them or similar pages -- which provide
> cheep Ethernet add-on boards based on CS8900A, please
> let me know.
> 
> Thanks,
> -Mike.
> 
> 
> 		
> __________________________________ 
> Yahoo! Mail - PC Magazine Editors' Choice 2005 
> http://mail.yahoo.com

RE: [lpc2000] Ethernet addon board for LPC

2005-10-06 by David Hawkins

> Does anyone know of a low pin count USB host controller ?
> 
> The best one so far is the Cypress SL811HS.
> 
> I would prefer an SPI interface if possible

MAX3420E - new part just released. 

http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4751

I haven't had a chance to play with it yet, but it looks
good.

Dave

RE: [lpc2000] Ethernet addon board for LPC

2005-10-06 by Paul Curtis

Hi, 

> > Does anyone know of a low pin count USB host controller ?
> > 
> > The best one so far is the Cypress SL811HS.
> > 
> > I would prefer an SPI interface if possible
> 
> MAX3420E - new part just released. 
> 
> http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4751
> 
> I haven't had a chance to play with it yet, but it looks good.

That supports for USB device operation only, not USB host operation.
However, it is a nice device--I have it working on ARM, MSP430, and
MAXQ.

--
Paul Curtis, Rowley Associates Ltd  http://www.rowley.co.uk
CrossWorks for MSP430, ARM, AVR and now MAXQ processors

RE: [lpc2000] Re: Ethernet addon board for LPC

2005-10-06 by David Hawkins

> 
> Have you looked at the MicroChip ENC28J60, Just come across this chip
> looks quite interesting. You could port the Microchip Stack see here
> http://www.edtp.com/downloads.htm but I don't know what the licence
> implications are.
> 
> Look at this link http://www.edtp.com/framethrower.htm for an example
> of the chip in use.
> 

Don't hold your breath waiting for the part - I ordered a couple
from digikey months ago ... still waiting.

Dave

RE: [lpc2000] Ethernet addon board for LPC

2005-10-06 by David Hawkins

> 
> > > Does anyone know of a low pin count USB host controller ?
> > > 
> > > The best one so far is the Cypress SL811HS.
> > > 
> > > I would prefer an SPI interface if possible
> > 
> > MAX3420E - new part just released. 
> > 
> > http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4751
> > 
> > I haven't had a chance to play with it yet, but it looks good.
> 
> That supports for USB device operation only, not USB host operation.
> However, it is a nice device--I have it working on ARM, MSP430, and
> MAXQ.

oops, my bad, didn't read the email clearly.

Thanks for the reply though - I'll know who to ask when I get
a question on the part :)

Dave

Re: [lpc2000] Ethernet addon board for LPC

2005-10-06 by Rob Jansen

Mike Ward wrote:

> I need to be able to plug in a USB flash drive, or hard drive, and 
> read and
> write FAT etc data format.
>
> So, it must be a host controller, or possibly OTG.

If type does not matter, why not use an SD card?
There was an article in CircuitCellar (see 
http://www.circuitcellar.com/magazine/176toc.htm "Portable FAT library 
for MCU Applications").
I bought the article ($ 1,50) and it contains a FAT filesystem interface 
towards an SD/MMC including source code.

So if this is the only reason for USB host, go for the SD card (easier 
to implement than USB).

Rob

Re: [lpc2000] Re: Ethernet addon board for LPC

2005-10-06 by Rob Jansen

David Hawkins about the ENC28J60:

> Don't hold your breath waiting for the part - I ordered a couple
> from digikey months ago ... still waiting.

We have just ordered some samples and these are being shipped to us 
right now.
I think Digikey will only receive chips when mass production has started 
(soon).

Rob

RE: [lpc2000] Re: Ethernet addon board for LPC

2005-10-06 by David Hawkins

> David Hawkins about the ENC28J60:
> 
> > Don't hold your breath waiting for the part - I ordered a couple
> > from digikey months ago ... still waiting.
> 
> We have just ordered some samples and these are being shipped to us 
> right now.
> I think Digikey will only receive chips when mass production has started 
> (soon).

Yeah I figured the sales pitch preceeds actual parts :)

Digikey said they'd get the parts to me this month. I'm just
playing, so wasn't too concerned about delivery - other than
I do want them eventually!

Dave

Re: [lpc2000] Ethernet addon board for LPC

2005-10-06 by Joel Winarske

> There was an article in CircuitCellar (see
> http://www.circuitcellar.com/magazine/176toc.htm "Portable FAT library
> for MCU Applications").
> I bought the article ($ 1,50) and it contains a FAT filesystem interface
> towards an SD/MMC including source code.

Additional MMC/Fat code can be found here: 
http://ulrichradig.de/site/arm_projekts/mmc_sd/index.htm

RE: [lpc2000] Ethernet addon board for LPC

2005-10-06 by Mike Ward

I need to be able to plug in a USB flash drive, or hard drive, and read and
write FAT etc data format.

So, it must be a host controller, or possibly OTG.

Otherwise, its easy to just use a serial port, and a FTDI or Silicon labs
serial to USB chip.

If Microchip can make a SPI to Ethernet chip, then a Cypress SL811HS with an
SPI interface cant be far away from one of the big guys.


Philips have already indicated a device in the LPC family for end of Q1 '06,
but I need to start designing now.

Mike
Show quoted textHide quoted text
-----Original Message-----
From: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com]On Behalf Of
David Hawkins
Sent: 06 October 2005 17:13
To: lpc2000@yahoogroups.com
Subject: RE: [lpc2000] Ethernet addon board for LPC


>
> > > Does anyone know of a low pin count USB host controller ?
> > >
> > > The best one so far is the Cypress SL811HS.
> > >
> > > I would prefer an SPI interface if possible
> >
> > MAX3420E - new part just released.
> >
> > http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4751
> >
> > I haven't had a chance to play with it yet, but it looks good.
>
> That supports for USB device operation only, not USB host operation.
> However, it is a nice device--I have it working on ARM, MSP430, and
> MAXQ.

oops, my bad, didn't read the email clearly.

Thanks for the reply though - I'll know who to ask when I get
a question on the part :)

Dave




  _____

YAHOO! GROUPS LINKS

*         Visit your group " lpc2000 <http://groups.yahoo.com/group/lpc2000>
" on the web.

*         To unsubscribe from this group, send an email to:
  lpc2000-unsubscribe@yahoogroups.com
<mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe>

*         Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> .

  _____


  _____

This email has been scanned by Netintelligence
http://www.netintelligence.com/email
  _____



[Non-text portions of this message have been removed]

RE: [lpc2000] Ethernet addon board for LPC

2005-10-06 by Mike Ward

Guys,

It has to be USB.

I tried to convince the customer that a 1Gbyte SD card would suffice, but
they want to be able to walk up to the machine with a USB pendrive, and just
plug it in.

I have a lot of sympathy with their requirement.

USB has been so successful that it is a good standard.

Mike
Show quoted textHide quoted text
-----Original Message-----
From: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com]On Behalf Of
Rob Jansen
Sent: 06 October 2005 18:13
To: lpc2000@yahoogroups.com
Subject: Re: [lpc2000] Ethernet addon board for LPC

Mike Ward wrote:

> I need to be able to plug in a USB flash drive, or hard drive, and
> read and
> write FAT etc data format.
>
> So, it must be a host controller, or possibly OTG.

If type does not matter, why not use an SD card?
There was an article in CircuitCellar (see
http://www.circuitcellar.com/magazine/176toc.htm "Portable FAT library
for MCU Applications").
I bought the article ($ 1,50) and it contains a FAT filesystem interface
towards an SD/MMC including source code.

So if this is the only reason for USB host, go for the SD card (easier
to implement than USB).

Rob


  _____

YAHOO! GROUPS LINKS

*         Visit your group " lpc2000 <http://groups.yahoo.com/group/lpc2000>
" on the web.

*         To unsubscribe from this group, send an email to:
  lpc2000-unsubscribe@yahoogroups.com
<mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe>

*         Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> .

  _____


  _____

This email has been scanned by Netintelligence
http://www.netintelligence.com/email
  _____



[Non-text portions of this message have been removed]

Re: Ethernet addon board for LPC

2005-10-06 by Gus

it is done! someone made it for you ;-)
you have both now, the SD card and thumb flash for your customer.

http://www.ghielectronics.com/USBwiz.htm


--- In lpc2000@yahoogroups.com, "Mike Ward" <MikeW@r...> wrote:
> Guys,
> 
> It has to be USB.
> 
> I tried to convince the customer that a 1Gbyte SD card would 
suffice, but
> they want to be able to walk up to the machine with a USB 
pendrive, and just
> plug it in.
> 
> I have a lot of sympathy with their requirement.
> 
> USB has been so successful that it is a good standard.
> 
> Mike
> 
> 
> 
> -----Original Message-----
> From: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com]On 
Behalf Of
> Rob Jansen
> Sent: 06 October 2005 18:13
> To: lpc2000@yahoogroups.com
> Subject: Re: [lpc2000] Ethernet addon board for LPC
> 
> Mike Ward wrote:
> 
> > I need to be able to plug in a USB flash drive, or hard drive, 
and
> > read and
> > write FAT etc data format.
> >
> > So, it must be a host controller, or possibly OTG.
> 
> If type does not matter, why not use an SD card?
> There was an article in CircuitCellar (see
> http://www.circuitcellar.com/magazine/176toc.htm "Portable FAT 
library
> for MCU Applications").
> I bought the article ($ 1,50) and it contains a FAT filesystem 
interface
> towards an SD/MMC including source code.
> 
> So if this is the only reason for USB host, go for the SD card 
(easier
> to implement than USB).
> 
> Rob
> 
> 
>   _____
> 
> YAHOO! GROUPS LINKS
> 
> *         Visit your group " lpc2000 
<http://groups.yahoo.com/group/lpc2000>
> " on the web.
> 
> *         To unsubscribe from this group, send an email to:
>   lpc2000-unsubscribe@yahoogroups.com
> <mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe>
> 
> *         Your use of Yahoo! Groups is subject to the Yahoo! Terms 
of
Show quoted textHide quoted text
> Service <http://docs.yahoo.com/info/terms/> .
> 
>   _____
> 
> 
>   _____
> 
> This email has been scanned by Netintelligence
> http://www.netintelligence.com/email
>   _____
> 
> 
> 
> [Non-text portions of this message have been removed]

RE: [lpc2000] Ethernet addon board for LPC

2005-10-06 by Michael Anburaj

Hi,

Waw, This is great! I spent hours trying to find those
links I lost, searching on the net & couldn\ufffdt find
them. But, now I got them all, plus some more ideas.
You guys are awesome.

I have one more question in the same lines. I am sure
there are lots of newer chip with greater benefits. To
start with I want to either go with CS8900 or Realtek
RTL 8019AS based add-on card <as my work is in proof
of concept stage>.

Is there a clear difference between the 2 chipsets? Is
one better than the other?

And I will be grateful if someone can point me to low
cost add-on boards based on RTL 8019AS. 

Thanks a lot,
-Mike.


		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

Re: Ethernet addon board for LPC

2005-10-06 by Mark Butcher

Hi

There are some things out there using the device:
see - http://www.edtp.com
but we were told it would be out at the beginning of 2005 but it still 
seems to be having problems getting out of the gates. The data sheet 
says it needs about 250mA, which at 10M is 5 time a CS--- (forgotten 
the name for the moment..).

What do you think about a socket modem?

See http://www.altec-ag.ch/ger/Produkte/DOWNLOADS/DS_AL6000S_V1.pdf 
for example...

Cheers

Mark Butcher
www.mjbc.ch





--- In lpc2000@yahoogroups.com, "David Hawkins" <dwh@o...> wrote:
> 
> > 
> > Have you looked at the MicroChip ENC28J60, Just come across this 
chip
> > looks quite interesting. You could port the Microchip Stack see 
here
> > http://www.edtp.com/downloads.htm but I don't know what the licence
> > implications are.
> > 
> > Look at this link http://www.edtp.com/framethrower.htm for an 
example
Show quoted textHide quoted text
> > of the chip in use.
> > 
> 
> Don't hold your breath waiting for the part - I ordered a couple
> from digikey months ago ... still waiting.
> 
> Dave

Re: [lpc2000] Ethernet addon board for LPC

2005-10-07 by Michael Anburaj

Hi,

Waw, This is great! I spent hours trying to find those
links I lost, searching on the net & couldn\ufffdt find
them. But, now I got them all, plus some more ideas.
You guys are awesome.

I have one more question in the same lines. I am sure
there are lots of newer chips with greater benefits.
To start with I want to either go with CS8900 or
Realtek RTL 8019AS based add-on card <as my work is in
proof of concept stage>.

Is there a clear difference between the 2 chipsets? Is
one better than the other?

And I will be grateful if someone can point me to low
cost add-on boards based on RTL 8019AS. 

Thanks a lot,
-Mike.


		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

Re: [lpc2000] Ethernet addon board for LPC

2005-10-07 by Michael Anburaj

Hi Chris,

Thanks for the info. these chips look very impressive.
What I am looking for (for my side project) at this
stage is off-the-shelf cheep add-on boards to go with
my LPC boards, similar to the ones offered for CS8900.
If you know of anyone offering boards with the SMSC
chips, please let me know.

Thanks,
-Mike.

--- sig5534@... wrote:

> Why do you want to use a CS8900A?  That is only
> Enet-10 controller.
> 
> I have an application now where I need both USB-2
> (480M) and Enet-10/100, and for the Enet-10/100 I am
> using the SMSC LAN9116 or LAN91C111.  Those give you
> both the PHY+MAC.  Very well established parts, with
> lots of other source code around and RTOS support
> for stacks.  For the USB-2 I picked the Philips
> ISP1582.
> 
> Chris.
> 
> 
> 
>   ----- Original Message ----- 
>   From: Michael Anburaj 
>   To: lpc2000@yahoogroups.com 
>   Sent: Wednesday, October 05, 2005 9:52 PM
>   Subject: [lpc2000] Ethernet addon board for LPC
> 
> 
>   Hi all,
> 
>   Some days back I came across 2 WebPages providing
>   Ethernet add-on cards for micro-controller using
>   CS8900A -- which I thought I would use with my
> LPC2106
>   & LPC2138 boards. I some how misplaced the web
> links.
>   If anyone knows them or similar pages -- which
> provide
>   cheep Ethernet add-on boards based on CS8900A,
> please
>   let me know.
> 
>   Thanks,
>   -Mike.
> 
> 
>               
>   __________________________________ 
>   Yahoo! Mail - PC Magazine Editors' Choice 2005 
>   http://mail.yahoo.com
> 
> 
>   SPONSORED LINKS Microprocessor  Microcontrollers 
> Pic microcontrollers  
>         8051 microprocessor  
> 
> 
>
------------------------------------------------------------------------------
>   YAHOO! GROUPS LINKS 
> 
>     a..  Visit your group "lpc2000" on the web.
>       
>     b..  To unsubscribe from this group, send an
> email to:
>      lpc2000-unsubscribe@yahoogroups.com
>       
>     c..  Your use of Yahoo! Groups is subject to the
> Yahoo! Terms of Service. 
> 
> 
>
------------------------------------------------------------------------------
> 
> 
> 
> [Non-text portions of this message have been
> removed]
> 
> 



		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

Re: Ethernet addon board for LPC

2005-10-07 by Aryeh Eiderman

Michael,

Just to complete a collection :-)

Here a number of easy-to-use
Ethernet-to-RS232 modules:

http://www.digi.com/
http://www.lantronix.com/
http://www.tibbo.com/

Prices around $50.

All of them have TTL level.
All of them very compact ~2x3cm.
All as enlarged Ethernet sockets.

Have a fun.

Aryeh


--- In lpc2000@yahoogroups.com, Michael Anburaj <embeddedeng@y...> 
wrote:
Show quoted textHide quoted text
>
> Hi,
> 
> Waw, This is great! I spent hours trying to find those
> links I lost, searching on the net & couldn't find
> them. But, now I got them all, plus some more ideas.
> You guys are awesome.
> 
> I have one more question in the same lines. I am sure
> there are lots of newer chips with greater benefits.
> To start with I want to either go with CS8900 or
> Realtek RTL 8019AS based add-on card <as my work is in
> proof of concept stage>.
> 
> Is there a clear difference between the 2 chipsets? Is
> one better than the other?
> 
> And I will be grateful if someone can point me to low
> cost add-on boards based on RTL 8019AS. 
> 
> Thanks a lot,
> -Mike.
> 
> 
> 		
> __________________________________ 
> Yahoo! Mail - PC Magazine Editors' Choice 2005 
> http://mail.yahoo.com
>

Re: Ethernet addon board for LPC

2005-10-07 by tsvetanusunov

--- In lpc2000@yahoogroups.com, Michael Anburaj <embeddedeng@y...> 
wrote:
>
> Hi Chris,
> 
> Thanks for the info. these chips look very impressive.
> What I am looking for (for my side project) at this
> stage is off-the-shelf cheep add-on boards to go with
> my LPC boards, similar to the ones offered for CS8900.
> If you know of anyone offering boards with the SMSC
> chips, please let me know.
> 
> Thanks,
> -Mike.
> 

we have cheap $33.95 CS8900 modules in DIL format for prototyping
http://www.olimex.com/dev/cs8900a-h.html

Best regards
Tsvetan

Re: [lpc2000] Re: Ethernet addon board for LPC

2005-10-07 by sig5534@hotmail.com

From what I recall the DP83847 and DP83848 are PHY only.  They produce a MAC interface, not a MCU interface.  If you had an ARM-9 like a 946 or something with a MAC built in, they would be a good choice.  But for use with an ARM-7 like LPC2000, using something like the SMSC parts with PHY+MAC I think is a lot easier.

Chris.
Show quoted textHide quoted text
----- Original Message ----- 
  From: Alan Hutton 
  To: lpc2000@yahoogroups.com 
  Sent: Thursday, October 06, 2005 6:20 AM
  Subject: [lpc2000] Re: Ethernet addon board for LPC


  Another alternative would be the latest 10/100 PHY from National 
  which has been designed to operate with embedded microcontrollers. 
  More info at http://www.national.com/pf/DP/DP83848C.html. They also 
  offer a 10/100 MAC+PHY (http://www.national.com/appinfo/networks/) 
  plus a rather useful "Ethernet Made Easy" on-line design tool which 
  I've found useful.

  Alan.


  --- In lpc2000@yahoogroups.com, <sig5534@h...> wrote:
  > Why do you want to use a CS8900A?  That is only Enet-10 controller.
  > 
  > I have an application now where I need both USB-2 (480M) and Enet-
  10/100, and for the Enet-10/100 I am using the SMSC LAN9116 or 
  LAN91C111.  Those give you both the PHY+MAC.  Very well established 
  parts, with lots of other source code around and RTOS support for 
  stacks.  For the USB-2 I picked the Philips ISP1582.
  > 
  > Chris.
  > 
  > 
  > 
  >   ----- Original Message ----- 
  >   From: Michael Anburaj 
  >   To: lpc2000@yahoogroups.com 
  >   Sent: Wednesday, October 05, 2005 9:52 PM
  >   Subject: [lpc2000] Ethernet addon board for LPC
  > 
  > 
  >   Hi all,
  > 
  >   Some days back I came across 2 WebPages providing
  >   Ethernet add-on cards for micro-controller using
  >   CS8900A -- which I thought I would use with my LPC2106
  >   & LPC2138 boards. I some how misplaced the web links.
  >   If anyone knows them or similar pages -- which provide
  >   cheep Ethernet add-on boards based on CS8900A, please
  >   let me know.
  > 
  >   Thanks,
  >   -Mike.
  > 
  > 
  >               
  >   __________________________________ 
  >   Yahoo! Mail - PC Magazine Editors' Choice 2005 
  >   http://mail.yahoo.com
  > 
  > 
  >   SPONSORED LINKS Microprocessor  Microcontrollers  Pic 
  microcontrollers  
  >         8051 microprocessor  
  > 
  > 
  > --------------------------------------------------------------------
  ----------
  >   YAHOO! GROUPS LINKS 
  > 
  >     a..  Visit your group "lpc2000" on the web.
  >       
  >     b..  To unsubscribe from this group, send an email to:
  >      lpc2000-unsubscribe@yahoogroups.com
  >       
  >     c..  Your use of Yahoo! Groups is subject to the Yahoo! Terms 
  of Service. 
  > 
  > 
  > --------------------------------------------------------------------
  ----------
  > 
  > 
  > 
  > [Non-text portions of this message have been removed]




------------------------------------------------------------------------------
  YAHOO! GROUPS LINKS 

    a..  Visit your group "lpc2000" on the web.
      
    b..  To unsubscribe from this group, send an email to:
     lpc2000-unsubscribe@yahoogroups.com
      
    c..  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


------------------------------------------------------------------------------



[Non-text portions of this message have been removed]

Re: [lpc2000] Re: Ethernet addon board for LPC

2005-10-07 by Rob Jansen

This is great,

> Just to complete a collection :-)
>
> Here a number of easy-to-use
> Ethernet-to-RS232 modules:

I am not using an add-on board but a complete lpc2138 board with 
Ethernet controller 
http://www.embeddedartists.com/products/boards/lpc2138_100eth.php (65 Euro).
They also have a 10 Mbit only board and some standard lpc21xx modules an 
just when I decided to design a development board for one of the modules 
(with some switched and stuff) they come out with a prototyping board.

http://www.myvoice.nl/electronics/photo.php?name=IMG_0651&img=0 shows my 
'development system' containing 2 of these boards (one controlling the 
JTAG of the next)

Rob

Re: Ethernet addon board for LPC

2005-10-07 by mhoneywill

Another one to add to the list :-)

WizNet NM7010B module Ethernet via I2c 
http://www.iinchip.com/

Cheers

Martin

--- In lpc2000@yahoogroups.com, "Aryeh Eiderman" <leib@i...> wrote:
Show quoted textHide quoted text
>
> Michael,
> 
> Just to complete a collection :-)
> 
> Here a number of easy-to-use
> Ethernet-to-RS232 modules:
> 
> http://www.digi.com/
> http://www.lantronix.com/
> http://www.tibbo.com/
> 
> Prices around $50.
> 
> All of them have TTL level.
> All of them very compact ~2x3cm.
> All as enlarged Ethernet sockets.
> 
> Have a fun.
> 
> Aryeh
> 
> 
> --- In lpc2000@yahoogroups.com, Michael Anburaj <embeddedeng@y...> 
> wrote:
> >
> > Hi,
> > 
> > Waw, This is great! I spent hours trying to find those
> > links I lost, searching on the net & couldn't find
> > them. But, now I got them all, plus some more ideas.
> > You guys are awesome.
> > 
> > I have one more question in the same lines. I am sure
> > there are lots of newer chips with greater benefits.
> > To start with I want to either go with CS8900 or
> > Realtek RTL 8019AS based add-on card <as my work is in
> > proof of concept stage>.
> > 
> > Is there a clear difference between the 2 chipsets? Is
> > one better than the other?
> > 
> > And I will be grateful if someone can point me to low
> > cost add-on boards based on RTL 8019AS. 
> > 
> > Thanks a lot,
> > -Mike.
> > 
> > 
> > 		
> > __________________________________ 
> > Yahoo! Mail - PC Magazine Editors' Choice 2005 
> > http://mail.yahoo.com
> >
>

Re: [lpc2000] Re: Ethernet addon board for LPC

2005-10-07 by Bill Knight

Unfortunately the NM7010B which uses the new W3150 part no
longer supports the I2C interface.  The NM7010A uses the
older W3100A part which does.  I wish WizNET had kept the
serial interface on the new part or even upgraded it to a
faster SPI.

Regards
-Bill Knight
R O SoftWare &
http://www.theARMPatch.com
Show quoted textHide quoted text
On Fri, 07 Oct 2005 11:03:02 -0000, mhoneywill wrote:

>Another one to add to the list :-)

>WizNet NM7010B module Ethernet via I2c 
>http://www.iinchip.com/

>Cheers

>Martin

>--- In lpc2000@yahoogroups.com, "Aryeh Eiderman" <leib@i...> wrote:
>>
>> Michael,
>> 
>> Just to complete a collection :-)
>> 
>> Here a number of easy-to-use
>> Ethernet-to-RS232 modules:
>> 
>> http://www.digi.com/
>> http://www.lantronix.com/
>> http://www.tibbo.com/
>> 
>> Prices around $50.
>> 
>> All of them have TTL level.
>> All of them very compact ~2x3cm.
>> All as enlarged Ethernet sockets.
>> 
>> Have a fun.
>> 
>> Aryeh
>> 
>> 
>> --- In lpc2000@yahoogroups.com, Michael Anburaj <embeddedeng@y...> 
>> wrote:
>> >
>> > Hi,
>> > 
>> > Waw, This is great! I spent hours trying to find those
>> > links I lost, searching on the net & couldn't find
>> > them. But, now I got them all, plus some more ideas.
>> > You guys are awesome.
>> > 
>> > I have one more question in the same lines. I am sure
>> > there are lots of newer chips with greater benefits.
>> > To start with I want to either go with CS8900 or
>> > Realtek RTL 8019AS based add-on card <as my work is in
>> > proof of concept stage>.
>> > 
>> > Is there a clear difference between the 2 chipsets? Is
>> > one better than the other?
>> > 
>> > And I will be grateful if someone can point me to low
>> > cost add-on boards based on RTL 8019AS. 
>> > 
>> > Thanks a lot,
>> > -Mike.
>> > 
>> > 
>> > 		
>> > __________________________________ 
>> > Yahoo! Mail - PC Magazine Editors' Choice 2005 
>> > http://mail.yahoo.com
>> >
>>







> 
>Yahoo! Groups Links



>

Re: Ethernet addon board for LPC

2005-10-07 by valdef78

--- In lpc2000@yahoogroups.com, "Bill Knight" <BillK@t...> wrote:
>
> Unfortunately the NM7010B which uses the new W3150 part no
> longer supports the I2C interface.  The NM7010A uses the
> older W3100A part which does.  I wish WizNET had kept the
> serial interface on the new part or even upgraded it to a
> faster SPI.
> 
> Regards
> -Bill Knight
> R O SoftWare &
> http://www.theARMPatch.com
> 

For French readers, the Lextronic society have the NM7010A & the 
W3100A on their catalog..
look here : http://www.lextronic.fr/wiznet/PP.htm

RE: [lpc2000] Re: Is it possible to port uCLinux in LPC2106

2006-03-11 by aissa chenouf

desinscrire svp please


	

	
		
___________________________________________________________________________ 
Nouveau : t\ufffdl\ufffdphonez moins cher avec Yahoo! Messenger ! D\ufffdcouvez les tarifs exceptionnels pour appeler la France et l'international.
T\ufffdl\ufffdchargez sur http://fr.messenger.yahoo.com

RE: [lpc2000] Re: Is it possible to port uCLinux in LPC2106

2006-03-11 by aissa chenouf

desinscrire svp please


	

	
		
___________________________________________________________________________ 
Nouveau : t\ufffdl\ufffdphonez moins cher avec Yahoo! Messenger ! D\ufffdcouvez les tarifs exceptionnels pour appeler la France et l'international.
T\ufffdl\ufffdchargez sur http://fr.messenger.yahoo.com

RE: [lpc2000] Re: Is it possible to port uCLinux in LPC2106

2006-03-11 by aissa chenouf

desinscrire svp please


	

	
		
___________________________________________________________________________ 
Nouveau : t\ufffdl\ufffdphonez moins cher avec Yahoo! Messenger ! D\ufffdcouvez les tarifs exceptionnels pour appeler la France et l'international.
T\ufffdl\ufffdchargez sur http://fr.messenger.yahoo.com

RE: [lpc2000] Re: Is it possible to port uCLinux in LPC2106

2006-03-11 by aissa chenouf

desinscrire svp please


	

	
		
___________________________________________________________________________ 
Nouveau : t\ufffdl\ufffdphonez moins cher avec Yahoo! Messenger ! D\ufffdcouvez les tarifs exceptionnels pour appeler la France et l'international.
T\ufffdl\ufffdchargez sur http://fr.messenger.yahoo.com

RE: [lpc2000] Re: Is it possible to port uCLinux in LPC2106

2006-03-11 by aissa chenouf

desinscrire svp please


	

	
		
___________________________________________________________________________ 
Nouveau : t\ufffdl\ufffdphonez moins cher avec Yahoo! Messenger ! D\ufffdcouvez les tarifs exceptionnels pour appeler la France et l'international.
T\ufffdl\ufffdchargez sur http://fr.messenger.yahoo.com

Re: [lpc2000] Re: Is it possible to port uCLinux in LPC2106

2006-03-12 by Tom Walsh

aissa chenouf wrote:

>desinscrire svp please
>
>
>  
>
Short answer: no.

Long answer:

While there is no specific reason that the ARM7TDMI-S in the LPC2000 
family would not run uClinux, the issue becomes one of memory space.  
 From my experience, you would need at least 2Meg of RAM / FLASH space 
to hold the kernel + a small filesystem.  If you made the kernel + 
filesystem utils XIP (eXecute In Place), then 1 or 2 Meg of RAM would be 
needed to run applications.

Since the LPC2106 is limited in the amount of memory available, no, you 
cannot run uClinux.

TomW

-- 
Tom Walsh - WN3L - Embedded Systems Consultant
http://openhardware.net, http://cyberiansoftware.com
"Windows? No thanks, I have work to do..."
----------------------------------------------------

Re: [lpc2000] Re: Is it possible to port uCLinux in LPC2106

2006-03-12 by Robert Wood

>> While there is no specific reason that the ARM7TDMI-S in the LPC2000
family would not run uClinux, the issue becomes one of memory space.
  From my experience, you would need at least 2Meg of RAM / FLASH space
to hold the kernel + a small filesystem.  If you made the kernel +
filesystem utils XIP (eXecute In Place), then 1 or 2 Meg of RAM would be
needed to run applications. <<

Yes, you'd definitely need a family member with external address and 
data bus.

Even if you did have that I rather think it would be dog slow!

Re: [lpc2000] Re: Is it possible to port uCLinux in LPC2106

2006-03-13 by Tom Walsh

Robert Wood wrote:

> >> While there is no specific reason that the ARM7TDMI-S in the LPC2000
>family would not run uClinux, the issue becomes one of memory space.
>  From my experience, you would need at least 2Meg of RAM / FLASH space
>to hold the kernel + a small filesystem.  If you made the kernel +
>filesystem utils XIP (eXecute In Place), then 1 or 2 Meg of RAM would be
>needed to run applications. <<
>
>Yes, you'd definitely need a family member with external address and 
>data bus.
>
>Even if you did have that I rather think it would be dog slow!
>
>  
>
No, I don't think it would be.  From experience with the MC68EZ328 
processor, that was slow, but was workable.  The EZ328 was clocking at 
16MHz, I would expect that the ARM7TDMI-S would be quite snappy!

It all depends on your point of reference, if you are comparing against 
a Pentium-II or Pentium-3 processor, yes, it would be comparatively "dog 
slow".  However, if you are an embedded engineer and have been around 
microprocessors for many years, the ARM7TDMI-S @ 60MHz running uClinux 
would be sheer joy!

Regards,

TomW

-- 
Tom Walsh - WN3L - Embedded Systems Consultant
http://openhardware.net, http://cyberiansoftware.com
"Windows? No thanks, I have work to do..."
----------------------------------------------------

Re: [lpc2000] Re: Is it possible to port uCLinux in LPC2106

2006-03-13 by Robert Wood

>> No, I don't think it would be.  From experience with the MC68EZ328
processor, that was slow, but was workable.  The EZ328 was clocking at
16MHz, I would expect that the ARM7TDMI-S would be quite snappy!

It all depends on your point of reference, if you are comparing against
a Pentium-II or Pentium-3 processor, yes, it would be comparatively "dog
slow".  However, if you are an embedded engineer and have been around
microprocessors for many years, the ARM7TDMI-S @ 60MHz running uClinux
would be sheer joy! <<

Fair enough. I've done some work on a Freescale MCF5272 with uCLinux and 
thought that was painfully slow. As it's a fair bit more powerful than 
an ARM7 I guessed the LPC would be awful.

To be fair, the port for the Coldfire might not have been great and as 
you quite rightly point out, it depends what your expectations are. :) 
 From what I understand, how you compile the Kernel can impact quite 
heavily on the performance.

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.