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

FlashFS on data flash for LPC2378

Hello you all!

I have LPC2378 board. I have working external data Flash chip AT45DB041D. I'm using Http_upload example and I want to put the FileSystem on the Flash memory the way I'm putting it on a SD memory card for storing the wab page files on it. In other words I wont to have my wab page on the Flash memory, not part of my program code.

Thanks!

Parents
  • yes chef, give me the recipe!

    I read the Help and I as I said I now have working flash. How to load the web files on the flash and how to read them from it. Do I need to read the files from the flash byte by byte in a buffer and then send it to the browser or I can send the files to the browser directly as if I'm using the memory card.

Reply
  • yes chef, give me the recipe!

    I read the Help and I as I said I now have working flash. How to load the web files on the flash and how to read them from it. Do I need to read the files from the flash byte by byte in a buffer and then send it to the browser or I can send the files to the browser directly as if I'm using the memory card.

Children