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/CC1352P: possible/how to add customized configuration into syscfg file?

Part Number: CC1352P
Other Parts Discussed in Thread: CC1310, , SYSCONFIG

Tool/software: Code Composer Studio

Hi,

In CC1310 example codes, if we need to a customized settings, we can simply add one extra line into config.h. 

// config.h
/* customized setting, unit ms */
#define CC_MY_INTERVAL 10000

This doesn't seem to be possible in syscfg based projects. It would be nice if we can do so to maintain code consistency between CC1310 and CC1352P/other syscfg based projects.

Thanks.

  • Hi

    If you want to change the files generated by sysConfig, you need to manually include the files into your project, and exclude the sysConfig file from the build. If you do not do this, the changes you make will be overwritten by sysConfig again, when building the project again.

    How to manually add the files so that you can modify them are described in the following post:

    BR

    Siri