2024-10-01 03:52 AM
I am trying to implement WiFi station using NUCLEO-H753ZI using Embedded Artists 1YN module and interfacing with muRata M2 Adapter Board.
I have stm32cubeide 1.15.0 . With it I have downloaded the Infineon/AIROC WiFi-Bluetooth STM32 software package.
I am referring to the WiFi Scan example and implementing it in my board, but I am unable to build the project. I have even added many includes manually. But now I am stuck at a point where I have added the include folder of header file to the project properties, added the header file as include in the c file, but still it is showing error while building.
Has someone done this successfully or does someone have any suggestion?
I am attaching the .zip file of the project for reference.
2024-10-01 04:03 AM
@Abhinav99 wrote:I am stuck at a point where I have added the include folder of header file to the project properties, added the header file as include in the c file...
Have you added that folder to your Include Paths ?
@Abhinav99 wrote:... but still it is showing error while building..
What error, exactly?
Getting "No such file or directory" when the header does exists usually indicates that it's not in the Include Paths
2024-10-01 04:21 AM
Yes I know, but I checked and the folder is there in the PATH. I have added the zip file with the error. The error is that the code is not able to reference some structures, of which the header file is present.
2024-10-01 04:29 AM - edited 2024-10-01 04:30 AM
PATH is not the same as your Project's Include Paths.
https://community.st.com/t5/stm32-mcus/how-to-add-external-libraries-in-stm32cubeide/ta-p/628619
2024-10-01 04:34 AM
I have included the folder path by right clicking on the project and going to properties. In it Paths & Symbols. Is it right or I am understanding something wrong.
2024-10-01 04:51 AM
Show a screenshot
2024-10-01 05:15 AM