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!
what is it that you expect, exactly? a cookbook style answer - do this, then do that? Have you read FlashFS's help files?
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.
All the browser requires is that the correct bytes arrive in the correct order - the browser neither knows nor cares how those bytes get to it!