This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SD CARD & USB interface like digital camera

Hello, I am try to integrate SD CARD(rl-arm example) with USB mass store example of LPC2468 like a digital camera to create mass store SD CARD over USB port. Anyone knows where I find some literature or ARM application like this? Thanks

Parents
  • For the USB mass storage you do not need a file system on LPC2468. So forget about SD_Card example. What is really required to be supported on LPC2468 is an USB mass storage core and a read/write access to SD card. In other words a PC only needs access to sectors on SD card.

    Franc

Reply
  • For the USB mass storage you do not need a file system on LPC2468. So forget about SD_Card example. What is really required to be supported on LPC2468 is an USB mass storage core and a read/write access to SD card. In other words a PC only needs access to sectors on SD card.

    Franc

Children