We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Has anyone successfully implemented the HTTP example from the Realtime Library with Flash?
I need to be able to store some Web entered values in flash and retrieve them later.
After implementing the HTTP example with FLASH, everything compiles and finit() works, ffree() works the problem I believe lies in retargeting, because fopen fails. Is there a way to use the raw disk read and write commands without needing to retarget them? Or is there a more elegant solution?
Thanks, Joe
Do not use the MicroLib when file IO is required. Of course you have to retarget the low layer. You can use the retarget.c from an SD_File example.