Hello,
I found the following quote on another thread in this forum:
"All short name entries meaning 8 or less characters for file name, 3 or less characters for file extension are encoded with upper case characters, Windows uses reserved bit to hold information if all letters were upper case or lower case, thus it deviates from FAT specification, and this feature is not supported by FlashFS."
http://www.keil.com/forum/20026/
This causes a problem when you have an embedded webserver and you want your index.htm file to reside on a file system.
Basically my "index.htm" file is renamed "INDEX.HTM" and the webserver no longer "sees" it as a default file to serve.
Does anyone have any suggestions? Work arounds?
Do I need to include an embedded index.htm that redirects to "INDEX.HTM"?
Thank you.
M