This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3100MOD: Software interface of STM32F1 with Wifi CC3100 module(simple link driver)

Part Number: CC3100MOD
Other Parts Discussed in Thread: CC3100,

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.