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.
Hello,
i'am study electrical engineering. I Have the evaluation board MCBSTR9 from Keil with STR9-11x processor. The HTTP Demo works fine.
My interesting is the following:
--> HTTP Pages shall be loading from the SD Card.
My Problem:
In some threads other peoples talk about the file "HTTP_uif.c" to solve the problem but i didn't find it anywhere on my Keil installatin disk or Harddrive installation path.
My Question:
1.) Where can i find the File? 2.) Have anybody a project where my interested wishes are included or can help me to import and manage the "MCBSTR9_Http_demo" to work with it.
Please help me.....
Thank your for every people help.
Christian
I never tried this, but you can treat your SD card as a NAND flash - thus, using the MCI driver (you should have it) directly without the abstraction layer of FlashFS.
"using the MCI driver (you should have it) directly without the abstraction layer of FlashFS."
Wouldn't he also need a TCP/IP stack from somewhere...?