2024-03-11 03:12 PM
Hi, I am new to stm32 microcontroller. I am finding difficulty to render my html page using azure rtos. As I have seen the example of stm32f429zi nx_Webserver. First of all I could not find html files in the example folder.However with other GitHub code I could see the html (index.html n dashboard. html). I created my own html page in my project I am using stm32f439zi. I am not able to render my html page. Not getting how to create bin file.
i followed the procedure as given in the fileX document. Still can not figure out.
please help me
Solved! Go to Solution.
2024-03-12 12:56 AM - edited 2024-03-12 12:57 AM
Hello @Prasanna22, welcome to ST Community,
Follow this path in the stm32f4 repo folder:
STM32Cube\Repository\STM32Cube_FW_F4_V1.26.0\Middlewares\Third_Party\LwIP\src\apps\http\makefsdata contains an HTML to c converter in c source code. makefsdata.c can be compiled to an executable.
Also take a look at these threads:
Thank you!
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-03-12 12:56 AM - edited 2024-03-12 12:57 AM
Hello @Prasanna22, welcome to ST Community,
Follow this path in the stm32f4 repo folder:
STM32Cube\Repository\STM32Cube_FW_F4_V1.26.0\Middlewares\Third_Party\LwIP\src\apps\http\makefsdata contains an HTML to c converter in c source code. makefsdata.c can be compiled to an executable.
Also take a look at these threads:
Thank you!
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.