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.

SIMPLELINK-WIFI-CC3120-SDK-PLUGIN: Compiling network terminal example cannot find fatfs.aem4f

Part Number: SIMPLELINK-WIFI-CC3120-SDK-PLUGIN

I am trying to get the network_terminal_MSP_EXP432P401R_tirtos_ccs example to work but I cannot get it to compile. The compiler says it cannot find C:/ti/simplelink_msp432p4_sdk_2_10_00_14/source/third_party/fatfs/lib/fatfs.aem4f". I tried using older versions of the SDK which compiled fine (the file exists) but when I run the code I got a -2005 error. I figured using the latest XDC tools and SDKs would be best but I am not sure how to get around the missing fatfs.aem4f file. Can I copy this file from the older SDK or is there something else I should try?

These are the products used by default in the example.

Here is a copy of the errors

  • Hi Nick,

    The SimpleLink SDKK Wifi plugin has not been updated for the latest 2.10 SDK release yet, which means that there will be some build + run issues if you use it with the latest SDK. Most of them should be minor include/linker path issues as the folder structure of the SDK has been changed slightly.

    In the case above, you simply need to change the path of fatfs.aemf4 from what's currently in the linker options to the following:
    ${COM_TI_SIMPLELINK_MSP432_SDK_INSTALL_DIR}/source/third_party/fatfs/lib/ccs/m4f/fatfs.a

    That should allow you to build the example with no errors.

    Regards,
    Michael
  • Hi Michael,

    Do you know what the latest SDK supported by the WiFi plugin is? I am a little concerned about the run time error I had the last time I ran with the older versions. I am hoping I was using missmatched versions then as well but I think I may need to move this to a different thread for this issues.

    Thanks,
    Nick
  • Hi Nick,

    The latest SDK version that is currently supported by the WiFi plugin is 1.60.00.xx.

    Regards,
    Michael
  • Hi Michael,

    Thanks for your help. I am successfully able to build the example now. I am still having the runtime issue but I will open another thread for that