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'm not sure what you mean by that?
In 'C', a string is just an array of char, with a NUL marking the end.
There is no type in 'C' which "holds the full data" of an array - the array name is, effectively, just a pointer to the 1st element.
This is textbook stuff - nothing specifically to do with Keil
c-faq.com/.../index.html
publications.gbdirect.co.uk/.../
http://www.keil.com/books/