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

File access from the MMC

Hi, I have been working on LPC2478 with the uvision IDE. Right now I am trying to bring a file on the SD card and open it in the web browser. I already have a function that extracts the required data from the files on SD card and makes plots with those values. Keil provides an example named upload to put a file on user computer on to the SD card. I am looking for the reverse. Please let me know if any one has a clue.

Thanks,
Ram.

Parents
  • Take a look at HTTP_Upload example from RL-ARM v3.50 or later. It has been updated also with a file download option. Uploaded files from PC to SD card, can also be downloaded back to a PC from SD card by simply clicking on them in the directory listing page.

    Franc

Reply
  • Take a look at HTTP_Upload example from RL-ARM v3.50 or later. It has been updated also with a file download option. Uploaded files from PC to SD card, can also be downloaded back to a PC from SD card by simply clicking on them in the directory listing page.

    Franc

Children