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.

CCS/LAUNCHXL-CC1352P: Where is collector "config.h" file in collector/sensor TI 15.4 project

Part Number: LAUNCHXL-CC1352P
Other Parts Discussed in Thread: CC1310, SIMPLELINK-CC13X2-26X2-SDK, SYSCONFIG, SIMPLELINK-CC13X0-SDK

Tool/software: Code Composer Studio

CCS version:   Version: 9.3.0.00012 

Collector = 1352P-2 Launchpad

Sensor - CC1310 Launchpad

In the Sensor and Collector - TI 15.4 Stack Project Zero, there is a part of the project that the engineer is asked to change the settings on the collector. Actual text:

"Update the reporting interval that the collector will request from the sensor: In the collector project, in config.h, set CONFIG_REPORTING_INTERVAL to 1000 (instead of 90000)"

The Sensor code has a config.h file but the Collector does not.  And in doing a CNTL-H for a whole project search for "CONFIG_REPORTING_INTERVAL ", the search only turns up the Sensor's config.h file and some post-compiler files on the Collector.

So where do I adjust that parameter on the Collector code?

  • Hi Offgrid,

    This is most likely because the SIMPLELINK-CC13X2-26X2-SDK is using SysConfig for the 15.4-Stack configuration.  Which version of the SDK are you using and have you referenced the corresponding SLA?

    Regards,
    Ryan

  • It seems that your project is incomplete. Where do you get them? It should looks like the following screenshot.

  • Thanks Ryan, that was in fact the issue.

    After downloading updated SDK's (they were only a few months old) ....Now I have SysConfig for the CC1352 configuration, and config.h file for the CC1310 config which works just fine. It looks like TI is moving to using SysConfig for all chips maybe?, since the Resource Explorer Sensor and Collector - TI 15.4-Stack Project Zero states "Open collector.syscfg and sensor.syscfg, navigate to TI 15.4 Stack, open the Network settings and scroll down to the Application tab."

    Thanks again!

    Tim

  • Hi Tim,

    I'm glad to hear that your issue is resolved.  TI is indeed moving towards the SysConfig model for SimpleLink devices, including the SIMPLELINK-CC13X0-SDK in a future release.

    Regards,
    Ryan