WiFi with NUCLEO-H753ZI using Embedded Artists 1YN module and interfacing with muRata M2 Adapter Board
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-01 3: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.
- Labels:
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-01 4: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-01 4: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-01 4:29 AM - edited ‎2024-10-01 4: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-01 4: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-01 4:51 AM
Show a screenshot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-01 5:15 AM
Sure Andrew. Below I am attaching the screenshot.
