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.

RTOS/CC3220SF-LAUNCHXL: azure

Part Number: CC3220SF-LAUNCHXL

Tool/software: TI-RTOS

Hi

Due to the SPI-Problems with the simplelink_cc32xx_sdk_1_50_00_06 SDK, I have to use the simplelink_cc32xx_sdk_1_60_00_04 SDK with azure.

Does anyone have some hints where I have to do the necessary changes in the azure-SDK?

Till now it does not work out of the box.

Thanks for the help.

Best

Markus

  • Hi Markus,

    Going from CC3220 SDK version 1.40/1.50 to 1.60 and beyond, there have been a number of changes such as the addition of the new SlNetSock layer running on top of the previous sl_* wifi layer, as well as the restructuring of the SDK folders that have broken the Azure plugin.

    You're not required to use the new SlNetSock APIs, as the old SimpleLink APIs all still work. What you most likely have to do is fix all of the include paths that the Azure plugin uses by looking at a 1.60 SDK example project with networking to see what the include paths should be. Since the Azure plugin is currently only supported on SDK version 1.40, I unfortunately cannot give you much guidance beyond that.

    Regards,
    Michael