It seems that the use of an EEPROM in this board is complicated by what you say.
Seeing the schematic of the board MB-CM14117, the pins of SD card, are also shared by the EEPROM should be consistent, only the EEPROM has a faster access times to SD memory.
I like to make any attempt to use the EEPROM, the problem is that I can not make the necessary changes (on file in the stack) to configure this EEPROM, including the upload files, for now the site would be saved in EEPROM using the file upload.
I try to configure the stack v5.25 so that instead of using the Target SD, you can use an EEPROM.
The SD memory I can save the Web page easily, but in the EEPROM should I do up the file for that board (MB-CM14117, wifi webserver).
The problem is that access times to SD memory are higher than EEPROM memory, so for larger websites creates problems when used from a USB SD. I like to try from an EEPROM memory and see if this creates problems pamper me when page is loaded with the browser.
Does anyone know how I can set the EEPROM in the Stack v5.25 (which is the module that uses the MB-CM14117, wifi webserver) to save the Web page in this external EEPROM?
It seems that some websites, when the SD memory Can store gives problems when displayed by the browser. I think this is because the access time to the SD memory card is long and this causes these errors. Perhaps the solution is to store the websites in the external EEPROM as the access times are shorter this chip.
My knowledge is limited to the Microchip Stack, there are many files and variables. The Stack v5.25 version with the modified files to webserver wifi (MB-CM14117) SURE works perfectly, I even this board has the solder to an EEPROM, imagine that with a minimal change in the corresponding file could making work from the EEPROM.
SURE Electronics offers a compressed file which includes everything you need:
MB-CM14117V1.0_code.zip
If anyone knows the changes could make would appreciate the sharing.
Does anyone know how I can set the EEPROM in the Stack v5.25 (which is the module that uses the MB-CM14117, wifi webserver) to save the Web page in this external EEPROM?
It seems that some websites, when the SD memory Can store gives problems when displayed by the browser. I think this is because the access time to the SD memory card is long and this causes these errors. Perhaps the solution is to store the websites in the external EEPROM as the access times are shorter this chip.