EmbeddedRelated.com
Forums
Memfault Beyond the Launch

IAR-LPC-2478 Mass Storage Device

Started by Daniel P May 24, 2009
Hi All,

I got bunch of sample code working on the LPC2478-STK with LCD, including the mass storage device

I want to be able to read file(s) in my code so for example I could load an image (BMP)
Does anybody have any sample code for reading directories and files from the SD-Card?
current way the image is a huge array part of the program.
I made my own BMP2code converter in C# (could not find any that do 24bit and 320x240)

thanks in advance

Daniel



An Engineer's Guide to the LPC2100 Series

Hi Daniel,

You may use any open file system as efsl. It has been ported for many uC families.
Just google ...

Regards
Vladimir

--- In l..., Daniel P wrote:
>
> Hi All,
>
> I got bunch of sample code working on the LPC2478-STK with LCD, including the mass storage device
>
> I want to be able to read file(s) in my code so for example I could load an image (BMP)
> Does anybody have any sample code for reading directories and files from the SD-Card?
>

thanks!
i'll look in to it.

________________________________
From: ljaschko
To: l...
Sent: Sunday, May 24, 2009 10:45:45 PM
Subject: [lpc2000] Re: IAR-LPC-2478 Mass Storage Device

Hi Daniel,

You may use any open file system as efsl. It has been ported for many uC families.
Just google ...

Regards
Vladimir

--- In lpc2000@yahoogroups .com, Daniel P wrote:
>
> Hi All,
>
> I got bunch of sample code working on the LPC2478-STK with LCD, including the mass storage device
>
> I want to be able to read file(s) in my code so for example I could load an image (BMP)
> Does anybody have any sample code for reading directories and files from the SD-Card?
>




Memfault Beyond the Launch