Part Number: CC1352P
Tool/software: Code Composer Studio
I've recently ported to the SDK3.20 and am now getting this linker warning:
#10247-D null: creating output section ".ccfg" without a SECTIONS specification
I'm using the cc13x2lp_ota.cmd from the zr_sw_ota_client sample program, which doesn't cause a warning in the sample.
I see that the .ccfg is commented out...
.const : > FLASH
.constdata : > FLASH
.rodata : > FLASH
.cinit : > FLASH LOAD_END(flashEndAddr)
.pinit : > FLASH
.init_array : > FLASH
.emb_text : > FLASH
//.ccfg : > FLASH_LAST (HIGH)
...but I don't think that's it.
Any thoughts?
Thanks,
- Bill