STM32H745, Use of TouchGFX, Ethernet and LwIP
I am currently working on a project using TouchGFX, Ethernet an LwIP on a STM32H745I board and I was wondering if anyone has encountered a similar issue.
I am using :
- the firmware package v1.9 for the H7 (I also tried with the v1.10),
- TouchGFX 4.18 (I also tried with 4.19).
I generated a project with TouchGFX Designer, and imported it on CubeIDE.
Then, I opened the .ioc file for adding the features of Ethernet and LwIP.
After generating the code, it seems that I cannot compile it because "lwip.h" is nowhere to be found, eventhough I can do "open declaration" and it opens a file from the upper folders. Here is a look at the project folders :
There is a Middlewares folder in the upper part but there is no Middlewares folder in the lower part. I tried to generate a project with the H747 board and the Middlewares folder is generated along with other folders :
Has anyone encountered this? Is it meant to be used that way?
