Other Parts Discussed in Thread: SYSCONFIG, SIMPLELINK-CC2640R2-SDK, SIMPLELINK-SDK-SENSOR-ACTUATOR-PLUGIN, CCSTUDIO, CC2650
Tool/software: Code Composer Studio
Hi,
Im trying to get data from the accelerometer and therefore I want to execute the BMI160 driver project example found here: https://dev.ti.com/tirex/explore/node?node=AMPZwhcXEncNjJVb5vLaCQ__swcUKHN__LATEST
However I get the following error:
>> Compilation failure
subdir_rules.mk:7: recipe for target 'main_tirtos.obj' failed
"../main_tirtos.c", line 46: fatal error #1965: cannot open source file "ti_drivers_config.h"
1 catastrophic error detected in the compilation of "../main_tirtos.c".
Compilation terminated.
gmake: *** [main_tirtos.obj] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
When I check the SysConfig(.syscfg) file that cames with the project it throws the following error:
TypeError: Cannot read property 'subComponents' of undefined
at eval (/Users/user/workspace_v10/i2cbmi160_CC2640R2_LAUNCHXL_tirtos_ccs/i2cbmi160.syscfg:57:50)
Im currently working in a MAC.
What is the SysConfig error related to?