Discussion group dedicated to the Philips LPC2000 family of ARM MCUs
LPC2368 USB to SD-Card - Ad Goudsmit - May 27 5:46:39 2008
Hello,
I'm working on a project to make it possible to connect the LPC2368 via USB and use it as
a
MASS storage device. The data is then stored on the SD-card.
Has somebody made this already and is he willing to share??
Thanks
Ad
[Non-text portions of this message have been removed]
------------------------------------

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )
Re: LPC2368 USB to SD-Card - redwire85 - May 28 7:05:59 2008
Pretty certain this solution exists in hundreds of places...nothing
new here. The IAR development Kickstart for NXP comes with such code.
You can get the Kickstart download free from IAR.
You might check the files section here and google around.
HTH
--- In l...@yahoogroups.com, Ad Goudsmit
wrote:
>
> Hello,
>
> I'm working on a project to make it possible to connect the LPC2368
via USB and use it as a
> MASS storage device. The data is then stored on the SD-card.
>
> Has somebody made this already and is he willing to share??
>
> Thanks
>
> Ad
>
>
>
> [Non-text portions of this message have been removed]
>
------------------------------------

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )Re: Re: LPC2368 USB to SD-Card - Ad Goudsmit - May 29 2:58:54 2008
I found al lot of USBmem versions but nothing with the use of saving data on a SD-card.
Can anyone show me where to look??
Thanks
----- Original Message ----
From: redwire85
To: l...@yahoogroups.com
Sent: Wednesday, May 28, 2008 4:31:30 AM
Subject: [lpc2000] Re: LPC2368 USB to SD-Card
Pretty certain this solution exists in hundreds of places...nothing
new here. The IAR development Kickstart for NXP comes with such code.
You can get the Kickstart download free from IAR.
You might check the files section here and google around.
HTH
--- In lpc2000@yahoogroups .com, Ad Goudsmit wrote:
>
> Hello,
>
> I'm working on a project to make it possible to connect the LPC2368
via USB and use it as a
> MASS storage device. The data is then stored on the SD-card.
>
> Has somebody made this already and is he willing to share??
>
> Thanks
>
> Ad
>
> [Non-text portions of this message have been removed]
>
[Non-text portions of this message have been removed]
------------------------------------

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )RE: Re: LPC2368 USB to SD-Card - Michael Anton - May 29 3:33:05 2008
> -----Original Message-----
> From: l...@yahoogroups.com
> [mailto:l...@yahoogroups.com]On Behalf
> Of Ad Goudsmit
> Sent: Thursday, May 29, 2008 12:59 AM
> To: l...@yahoogroups.com
> Subject: Re: [lpc2000] Re: LPC2368 USB to SD-Card
> I found al lot of USBmem versions but nothing with the use of
> saving data on a SD-card.
>
> Can anyone show me where to look??
>
> Thanks
>
Try LPCUSB. It has a mass storage class interface to an SD
card. I'm not sure if it supports the LPC2368 though.
Mike
------------------------------------

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )
Re: Re: LPC2368 USB to SD-Card - Kiran - May 29 6:39:47 2008
check this link
http://www.onarm.com/download/download336.asp
----- Original Message -----
From: Michael Anton
To: l...@yahoogroups.com
Sent: Thursday, May 29, 2008 1:20 PM
Subject: RE: [lpc2000] Re: LPC2368 USB to SD-Card
> -----Original Message-----
> From: l...@yahoogroups.com
> [mailto:l...@yahoogroups.com]On Behalf
> Of Ad Goudsmit
> Sent: Thursday, May 29, 2008 12:59 AM
> To: l...@yahoogroups.com
> Subject: Re: [lpc2000] Re: LPC2368 USB to SD-Card
>
>
> I found al lot of USBmem versions but nothing with the use of
> saving data on a SD-card.
>
> Can anyone show me where to look??
>
> Thanks
>
Try LPCUSB. It has a mass storage class interface to an SD
card. I'm not sure if it supports the LPC2368 though.
Mike
[Non-text portions of this message have been removed]
------------------------------------

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )
Re: Re: LPC2368 USB to SD-Card - Ad Goudsmit - May 29 7:34:30 2008
Thanks for the response but i already have the USB_MEM application.
I'm using this for the usb driver and i am trying to make the link between the USB and
the SD-card.
Thanks
----- Original Message ----
From: Kiran
To: l...@yahoogroups.com
Sent: Thursday, May 29, 2008 12:35:32 PM
Subject: Re: [lpc2000] Re: LPC2368 USB to SD-Card
check this link
http://www.onarm. com/download/ download336. asp
----- Original Message -----
From: Michael Anton
To: lpc2000@yahoogroups .com
Sent: Thursday, May 29, 2008 1:20 PM
Subject: RE: [lpc2000] Re: LPC2368 USB to SD-Card
> -----Original Message-----
> From: lpc2000@yahoogroups .com
> [mailto:lpc2000@yahoogroups .com]On Behalf
> Of Ad Goudsmit
> Sent: Thursday, May 29, 2008 12:59 AM
> To: lpc2000@yahoogroups .com
> Subject: Re: [lpc2000] Re: LPC2368 USB to SD-Card
> I found al lot of USBmem versions but nothing with the use of
> saving data on a SD-card.
>
> Can anyone show me where to look??
>
> Thanks
>
Try LPCUSB. It has a mass storage class interface to an SD
card. I'm not sure if it supports the LPC2368 though.
Mike
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
------------------------------------

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )Re: Re: LPC2368 USB to SD-Card - Mehmet Kurnaz - Jun 3 18:50:14 2008
Hi
Last year i did it. You can find needed source codes on attach.
Mehmet
----- Original Message ----
From: Ad Goudsmit
To: l...@yahoogroups.com
Sent: Thursday, May 29, 2008 2:34:23 PM
Subject: Re: [lpc2000] Re: LPC2368 USB to SD-Card
Thanks for the response but i already have the USB_MEM application.
I'm using this for the usb driver and i am trying to make the link between the USB and
the SD-card.
Thanks
----- Original Message ----
From: Kiran
To: lpc2000@yahoogroups .com
Sent: Thursday, May 29, 2008 12:35:32 PM
Subject: Re: [lpc2000] Re: LPC2368 USB to SD-Card
check this link
http://www.onarm. com/download/ download336. asp
----- Original Message -----
From: Michael Anton
To: lpc2000@yahoogroups .com
Sent: Thursday, May 29, 2008 1:20 PM
Subject: RE: [lpc2000] Re: LPC2368 USB to SD-Card
> -----Original Message-----
> From: lpc2000@yahoogroups .com
> [mailto:lpc2000@ yahoogroups .com]On Behalf
> Of Ad Goudsmit
> Sent: Thursday, May 29, 2008 12:59 AM
> To: lpc2000@yahoogroups .com
> Subject: Re: [lpc2000] Re: LPC2368 USB to SD-Card
> I found al lot of USBmem versions but nothing with the use of
> saving data on a SD-card.
>
> Can anyone show me where to look??
>
> Thanks
>
Try LPCUSB. It has a mass storage class interface to an SD
card. I'm not sure if it supports the LPC2368 though.
Mike
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
------------------------------------

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )Re: Re: LPC2368 USB to SD-Card - Herbert Demmel - Jun 4 0:04:50 2008
Mehmet,
can you please post it to the files area, attachments do not work here.
Herbert
At 15:50 03.06.2008 -0700, you wrote:
>Hi
>Last year i did it. You can find needed source codes on attach.
>Mehmet
>----- Original Message ----
>From: Ad Goudsmit
>To: l...@yahoogroups.com
>Sent: Thursday, May 29, 2008 2:34:23 PM
>Subject: Re: [lpc2000] Re: LPC2368 USB to SD-Card
>Thanks for the response but i already have the USB_MEM application.
>
>I'm using this for the usb driver and i am trying to make the link
>between the USB and the SD-card.
>
>Thanks
>
>----- Original Message ----
>From: Kiran
>To: lpc2000@yahoogroups .com
>Sent: Thursday, May 29, 2008 12:35:32 PM
>Subject: Re: [lpc2000] Re: LPC2368 USB to SD-Card
>
>check this link
>http://www.onarm. com/download/ download336. asp
>
>----- Original Message -----
>From: Michael Anton
>To: lpc2000@yahoogroups .com
>Sent: Thursday, May 29, 2008 1:20 PM
>Subject: RE: [lpc2000] Re: LPC2368 USB to SD-Card
>
> > -----Original Message-----
> > From: lpc2000@yahoogroups .com
> > [mailto:lpc2000@ yahoogroups .com]On Behalf
> > Of Ad Goudsmit
> > Sent: Thursday, May 29, 2008 12:59 AM
> > To: lpc2000@yahoogroups .com
> > Subject: Re: [lpc2000] Re: LPC2368 USB to SD-Card
> >
> >
> > I found al lot of USBmem versions but nothing with the use of
> > saving data on a SD-card.
> >
> > Can anyone show me where to look??
> >
> > Thanks
> >Try LPCUSB. It has a mass storage class interface to an SD
>card. I'm not sure if it supports the LPC2368 though.
>
>Mike
------------------------------------

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )Re: Re: LPC2368 USB to SD-Card - Ad Goudsmit - Jun 5 5:28:27 2008
Hi,
I managed to make it possible to read data from the SD-card when i connect the USB-cable
to the board.
But when i try to write to the SD-card it gets corrupted and no data is written to the
card.
Can anyone help me with this??
Thanks
----- Original Message ----
From: Mehmet Kurnaz
To: l...@yahoogroups.com
Sent: Wednesday, June 4, 2008 12:50:07 AM
Subject: Re: [lpc2000] Re: LPC2368 USB to SD-Card
Hi
Last year i did it. You can find needed source codes on attach.
Mehmet
----- Original Message ----
From: Ad Goudsmit
To: lpc2000@yahoogroups .com
Sent: Thursday, May 29, 2008 2:34:23 PM
Subject: Re: [lpc2000] Re: LPC2368 USB to SD-Card
Thanks for the response but i already have the USB_MEM application.
I'm using this for the usb driver and i am trying to make the link between the USB and
the SD-card.
Thanks
----- Original Message ----
From: Kiran
To: lpc2000@yahoogroups .com
Sent: Thursday, May 29, 2008 12:35:32 PM
Subject: Re: [lpc2000] Re: LPC2368 USB to SD-Card
check this link
http://www.onarm. com/download/ download336. asp
----- Original Message -----
From: Michael Anton
To: lpc2000@yahoogroups .com
Sent: Thursday, May 29, 2008 1:20 PM
Subject: RE: [lpc2000] Re: LPC2368 USB to SD-Card
> -----Original Message-----
> From: lpc2000@yahoogroups .com
> [mailto:lpc2000@ yahoogroups .com]On Behalf
> Of Ad Goudsmit
> Sent: Thursday, May 29, 2008 12:59 AM
> To: lpc2000@yahoogroups .com
> Subject: Re: [lpc2000] Re: LPC2368 USB to SD-Card
> I found al lot of USBmem versions but nothing with the use of
> saving data on a SD-card.
>
> Can anyone show me where to look??
>
> Thanks
>
Try LPCUSB. It has a mass storage class interface to an SD
card. I'm not sure if it supports the LPC2368 though.
Mike
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
------------------------------------

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )RE: LPC2368 USB to SD-Card - Bruce Paterson - Jun 12 23:28:49 2008
See the newlib_lpc project.
Cheers,
Bruce
-----Original Message-----
From: l...@yahoogroups.com [mailto:l...@yahoogroups.com] On Behalf
Of Ad Goudsmit
Sent: Tuesday, 27 May 2008 7:29 PM
To: l...@yahoogroups.com
Subject: [lpc2000] LPC2368 USB to SD-Card
Hello,
I'm working on a project to make it possible to connect the LPC2368 via
USB and use it as a
MASS storage device. The data is then stored on the SD-card.
Has somebody made this already and is he willing to share??
Thanks
Ad
[Non-text portions of this message have been removed]
------------------------------------

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )