Software interface of STM32F1 with Wifi CC3100 module(simple link driver)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-26 6:20 AM
Hi everyone,
Iam trying to integrate the wifi module(CC3100-Simple link)driver files with the stm32f1 microcontroller.
1.After adding the required simplelink driver files with the STM32 code compiled and checked it but getting compile time errror as
253:5: error: unknown type name '_SlCommandHeader_t'
These I tried to solve by
1.Including the required Header files in the respective files.
2.Added the path of the simple link driver files in the stm32 cube ide project properties by
traversing to project->properties->C/C++ general->Paths&symbols
so,none of the above methods worked for me,still facing the same compile time error
please help me to resolve this issue.
- Labels:
-
STM32F1 Series
-
Wifi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-26 6:30 AM
Have the tool output the inter-stage preprocessor output, figure out why the specific file is not included, or why subsections of it are being excluded.
Check for #define and #ifdef / #ifndef preventing the structure definition being pulled.
Check you're #including the right headers in the right order.
Get better tools, perhaps one capable of effective static analysis and syntax highlighting.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-07 4:38 AM
Hi Tesla,
I have checked all the steps you said, but facing the same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-29 4:46 AM
Hello! Did you solve your problem? Tell me please how if solve.
