EmbeddedRelated.com
Forums
The 2024 Embedded Online Conference

FTP protocol on LPC2148

Started by srinath_ars September 22, 2012
Hi,
am using LPC2148 for interfacing SD/MMC cards through SPi/SSP protocol.I want to deal with file transfers with these arrangement for which i need to use FTP protocol.....so is there any one can help me on this ...

thankyou

An Engineer's Guide to the LPC2100 Series

LPC2148 has no MAC for a start so no Ethernet connectivity is possible by the 2148 alone.

--
Paul Curtis

On 22 Sep 2012, at 05:41, "srinath_ars" wrote:

> Hi,
> am using LPC2148 for interfacing SD/MMC cards through SPi/SSP protocol.I want to deal with file transfers with these arrangement for which i need to use FTP protocol.....so is there any one can help me on this ...
>
> thankyou
>
>
In this case you can use external Ethernet controller solutions. For Example ENC24J63 from Microchip.

--- In l..., Paul Curtis wrote:
>
> LPC2148 has no MAC for a start so no Ethernet connectivity is possible by the 2148 alone.
>
> --
> Paul Curtis
>
> On 22 Sep 2012, at 05:41, "srinath_ars" wrote:
>
> > Hi,
> > am using LPC2148 for interfacing SD/MMC cards through SPi/SSP protocol.I want to deal with file transfers with these arrangement for which i need to use FTP protocol.....so is there any one can help me on this ...
> >
> > thankyou
> >
> >
> >
> >
> >
> >
Il 22/09/2012 14.12, MadhaV ha scritto:
> In this case you can use external Ethernet controller solutions. For
> Example ENC24J63 from Microchip.
J60 :)
user gprs modem for FTP.
CC: l...
To: l...
From: p...@rowley.co.uk
Date: Sat, 22 Sep 2012 10:40:05 +0100
Subject: Re: [lpc2000] FTP protocol on LPC2148

LPC2148 has no MAC for a start so no Ethernet connectivity is possible by the 2148 alone.

--

Paul Curtis

On 22 Sep 2012, at 05:41, "srinath_ars" wrote:

> Hi,

> am using LPC2148 for interfacing SD/MMC cards through SPi/SSP protocol.I want to deal with file transfers with these arrangement for which i need to use FTP protocol.....so is there any one can help me on this ...

>

> thankyou

>

>

>

>

>

>
--- In l..., "srinath_ars" wrote:
>
> Hi,
> am using LPC2148 for interfacing SD/MMC cards through SPi/SSP protocol.I want to deal with file transfers with these arrangement for which i need to use FTP protocol.....so is there any one can help me on this ...
>
> thankyou
>

You can hang an ethernet gadget on the side:
https://www.sparkfun.com/products/765

You can use something like the uIP or lwIP stacks to implement the networking code.

I used such a gadget on an LPC2106 along with uIP to build an MP3 player that grabbed song files from a server. I don't recall which protocol I used.

You are doing this the hard way when you consider the network support built into something like the 'mbed'
http://mbed.org/

Just hang a magjack on the mbed and you are in business. All of the networking code is part of the mbed library.

Richard


The 2024 Embedded Online Conference