Skip to main content
Visitor II
March 11, 2024
Solved

Stm32 azure rtos

  • March 11, 2024
  • 1 reply
  • 797 views

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

Best answer by Sarra.S

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!

1 reply

Sarra.SAnswer
ST Employee
March 12, 2024

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.