cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP IAP and Google Chrome

SBebi.1
Associate II

Hello,

I worked on a web server based on a Nucleo STM32F767ZI card and also on remote reprogramming with HTTP. For remote reprogramming I used an example (https://www.st.com/en/embedded-software/stsw-stm32069.html) which I adapted myself.

Unfortunately, I am having some issues with the web server and remote reprogramming on Google Chrome. For example, on the web server when I click on a button to change page, it sometimes happens that my click is not taken into account and I have to click again. Same with remote reprogramming, sometimes it fails.

When I use Internet Explorer, I absolutely do not have these problems. Has anyone ever encountered this problem and if so, have you found a solution?

Google Chrome Version 90.0.4430.212 (64 bit)

Thank you so much,

Best regards,

Steven

1 REPLY 1
Piranha
Chief II

First, fix the whole broken platform:

https://community.st.com/s/question/0D50X0000BOtfhnSQB/how-to-make-ethernet-and-lwip-working-on-stm32

While lwIP stack itself is pretty solid and stable, the included httpd web server is not up to that quality level.

Consider using TFTP for firmware updates, because it's much simpler, smaller, more robust and doesn't need TCP.