You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a LONG Debug session I have discovered that the httpServer.c file is broken when using the SDCard option. Reading files that are larger than the RXBUF[2048] in size fails because the code placed at lines #454 to 458 INCORRECTLY closes the currently opened file. So when you come back to read the remaining data, you get an “Invalid_Object” error code from FatFS. The lines between 454 to 458 MUST BE DELETED, and the lines at 209 to 211 were CORRECT all along.
Thanks
Jerry
The text was updated successfully, but these errors were encountered:
After a LONG Debug session I have discovered that the httpServer.c file is broken when using the SDCard option. Reading files that are larger than the RXBUF[2048] in size fails because the code placed at lines #454 to 458 INCORRECTLY closes the currently opened file. So when you come back to read the remaining data, you get an “Invalid_Object” error code from FatFS. The lines between 454 to 458 MUST BE DELETED, and the lines at 209 to 211 were CORRECT all along.
Thanks
Jerry
The text was updated successfully, but these errors were encountered: