cancel
Showing results for 
Search instead for 
Did you mean: 

Stm32 azure rtos

Prasanna22
Associate

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

1 ACCEPTED SOLUTION

Accepted Solutions
Sarra.S
ST Employee

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.

View solution in original post

1 REPLY 1
Sarra.S
ST Employee

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.