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.

MSP432WARE: "ti_drivers_config.h"cant been found when using SDK examples

Part Number: MSP432WARE
Other Parts Discussed in Thread: SYSCONFIG,

I opened the Ftsd routine from the SDK, but I can't comoile the process normally because I can't find the following file, I know this is

sysconfig file, but after I downloaded it still can not be recognized,  I want to ask for a solution, thank you!

  • Hello Zeyu,

    To help figure out what the problem might be, what version of MSP432WARE are you using.  I downloaded the latest 3.50.00.02 but do not find a fatsd project.

  • Hello Dennis,

    Actuallty ,it's not the ware's problem ,I am sorry .  I am using MSP432P401R and the version of SDK examples I used is simplelink_msp432p4_sdk_3_40_01_02. The version of the ccs is 7.4 and the exact example is C:\ti\simplelink_msp432p4_sdk_3_40_01_02\examples\nortos\MSP_EXP432P401R\drivers\fatsd .

    This example can't  be built sucessfully ,as the figure I showed before the reason is "ti_drivers_config.h"can't be found which means   SysConfig can't  generate software configurations into the ti_drivers_config.c and ti_drivers_config.h files. "msp432p4_sdk_3_40_01_02\examples\nortos\MSP_EXP432P401R\drivers\fatsd\fatsd.syscfg"this file can't be opened by  SysConfig.

    Thank you!

  • Hi Zeyu,

    Ok, I found the example and was able to build without error.  I suspect it may have something to do with the very old version of CCS 7.4.  I would recommend upgrading to the latest CCS 11.01.00.00011

  • Hi Dennis,

    I have the same doubt before,I tryed dowload the ccs11.0 today,and complied sucessfully,Thank you for helping me.