Nucleo STM32H755 | HTTP server | Cube MX doesn't produce the expected folders
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-07 2: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
- Labels:
-
Bug-report
-
STM32CubeMX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-08 12:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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?
