Tool/software: Code Composer Studio
I am trying to use I2C to read data from two sensors and store it in Flash memory. I have used the example project i2cTMP007_MSP_EXP432P401R_tirtos_ccs and it works fine. I am able to receive data from both the sensors.
Next I wanted to store this data in flash memory and I used the example project flash_program_memory_MSP_EXP432P401R_nortos_ccs and it works fine for storing randomly generated data to the flash.
However when I try to combine the two codes I get an error message "Failed to match a default include file" when including the driverlib.h header file.
I have added the include paths missing from the project but it still shows the same error message. I have added pictures below for reference.
My objective is to read live data continuously from two sensors using I2C and store it in flash memory. Please tell me how I can fix the bug or direct me to an example code that would help me do this.
I am new to CCS and I am not from computer science background so a more detailed explanation would help.
error message:
Description Resource Path Location Type
#35 #error directive: "Failed to match a default include file" .ccsproject /i2ctmp007_MSP_EXP432P401R_tirtos_ccs line 76, external location: C:\ti\simplelink_msp432p4_sdk_2_30_00_14\source\ti\devices\msp432p4xx\inc\msp.h C/C++ Problem


