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.

CCS/CC3220SF-LAUNCHXL: 10234-D</a> unresolved symbols remain

Part Number: CC3220SF-LAUNCHXL

Tool/software: Code Composer Studio

Hi everybody!
I encountered a problem with my project. I use the butonled example to get started. I then use the command 
sl_WlanGetNetworkList (0.10, & netEntries [0]); 
I got an error like the picture.
Please help me!
Thank you!
Vu.
  • Vu,

    You are missing the library or source file that implements the function sl_WlanGetNetworkList()

    In this particular case, I would strongly advise to start your development via a networked application code such as the network_terminal project or another that already has teh much more complex Wi-Fi code included. 

    That said, I think the fucntion is defined in the library file:

    C:\ti\simplelink_cc32xx_sdk_3_30_01_02\source\ti\drivers\net\wifi\ccs\rtos\simplelink.a

    Naturally, a pre-configured project will already have this library included. One detail is to find which .h file is the appropriate one. 

    Regards,

    Rafael

  • HI Rafael!

    Thank you!

    I used to Network_terminal. It's OK.

    Regards,

    Vu