Other Parts Discussed in Thread: SYSCONFIG, SYSBIOS, CC1352P7
Hi,
I'm trying to create a DMM that can work with BLE and Thread. I followed the instructions for the DMM (DMM Integration) but it didn't work. The examples are working but they are not running openthread (they are running TI 15.4 and BLE). As soon as I enable DMM under sysconfig the project is not building because of the libraires (I did include everything in the project properties). For example I'm getting this error:
Description Resource Path Location Type
unresolved symbol ti_sysbios_knl_Task_self__E, first referenced in C:/ti/simplelink_cc13xx_cc26xx_sdk_6_20_00_29/source/ti/dmm/lib/ticlang/m4f/dmmlib.a<dmm_scheduler.o> door_lock_LP_CC1352P7_4_tirtos7_ticlang C/C++ Problem
This is one of many errors but anyway. I know BLE + Thread is possible because I found an example located under "C:\ti\simplelink_cc13xx_cc26xx_sdk_7_10_02_23\source\ti\dmm\apps\dmm_thread_thermostat_remote_display" but this example can't be imported in CCS event though the source code and some demonstration pictures are here.
The purpose of this message is that I would like some help to build this project!
Thank you,
Jonathan