Including paths for WIFI on STM32 B-U585I-IOT02A
Hello ST community,
I'm trying to implement a Wi-Fi solution on STM32U5 series (B-U585I-IOT02A) from the CubeIDE example "IOT_HTTP_SERVER".
I face problems when I copy dependencies like Drivers and Middlewares because it does not include right paths.
I tryied differents ways to include headers without success.
I tried adding path manually using :
- Absolute paths
- Relative paths (../../file.h) or (../file.h)
- Adding folder to the path searching in STM32 CubeIDE or in files browser.
To visualize it, here is the example includes and my project includes.
Thank you in advance.
