cancel
Showing results for 
Search instead for 
Did you mean: 

Nucleo STM32H755 | HTTP server | Cube MX doesn't produce the expected folders

Zzaaack
Associate III

Hi everyone,

I'm working again on a Nucleo board, stm32H755 precisely. Cube MX is version 6.9.2 and FW_H7_1.11.1 I'm trying to work on a web server on my microcontroller by following some tuttorials online.

I noted one thing right away, all tutorials have the "Middleware" folder sub-divided as follows:

Zzaaack_0-1699396076548.png

While in my case, the folder inside the M4 project is:

Zzaaack_1-1699396117116.png

And the folder in the "main project" section is as expected:

Zzaaack_2-1699396162787.png

Have you noted this behaviour already?

Is it something I got wrong in the settings?

Just so you know, if I compile with the fs files in the common section, it compiles but the web server doesn't open the expected file. If I place the fs files in the "undivided" folder, it doesn't compile at all.

Thanks in advance,

Zack

 

3 REPLIES 3
Ghofrane GSOURI
ST Employee

Hello @Zzaaack 

First let me thank you for posting.

Could you please provide your IOC , in order to check your configuration and understand more the issue.

Thx

Ghofrane

Here it is.

Thanks

Hi Mr Gsouri,

Do you have any update on the matter?

Is it something I have to configure differently or is it inherent Cube MX?