Skip to main content
Associate III
November 7, 2023
Question

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

  • November 7, 2023
  • 1 reply
  • 1426 views

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

 

This topic has been closed for replies.

1 reply

Ghofrane GSOURI
Technical Moderator
November 8, 2023

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

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.
ZzaaackAuthor
Associate III
November 8, 2023

Here it is.

Thanks