Nucleo STM32H755 | HTTP server | Cube MX doesn't produce the expected folders
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:

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

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

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
