cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H735G-DK takes a long time to open the WEB Page

JongOk Baek
Associate III

Hello,

I am implementing a WEB Server with my STM32H743 board.

(AzureRTOS, NetXDuo, FileX using microSD)

I have referenced the example implemented in STM32H735G-DK board.

Refer to the below

https://github.com/STMicroelectronics/x-cube-azrtos-h7/tree/main/Projects/STM32H735G-DK/Applications/NetXDuo/Nx_WebServer

 

The webpage opens the index.html file and the delays by more 10 seconds before opening other files.

 

Does it take a long time to open large files( 65 kbytes ) from SD Card?

 

I wonder how I can improve this.

10 REPLIES 10

Dear mbarg.1.

Thanks for your reply.

 

If I only changed the jpg file in html, the MIME would be the same, right?

 

I still don't know what to do about the article you mentioned. (April 28)

But, I will try it.