2023-11-07 02:31 PM
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
2023-11-07 11:46 PM
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
2023-11-08 12:57 AM
2023-11-14 11:31 AM
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?