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.