2021-11-02 06:59 AM
Hi,
I'm a french embedded developer.
At my office, i use a STM32F767GTx custom board with a N25Q128A QSPI Flash memory. I have some CSV files on my flash memory, generated by the software.
I've coded a WebServer using LWIP and HTTPD with multiple pages. Using the webserver with Firefox, i can download these CSV files on my computer.
If i try to navigate to an other page during a file download, the page doesn't appear.
This problem also occurs if the software makes TCP requests to a network device.
If I wait a few seconds and try again, the page appears.
Are there any settings that I can change to avoid these errors with the web server ?
Thanks.