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.

CC1312R: Remove "Debug access setting " definition from ti_devices_config.c file

Part Number: CC1312R
Other Parts Discussed in Thread: SYSCONFIG, UNIFLASH

Do I have option to remove "Debug access setting " definition from ti_devices_config.c file ? (I know that I can disable the ti_devices_config.c updates and add my code).

I want to control this parameters in application files.

Or do I have option to add some code to ti_devices_config.c that will no cleaned when I the ti_devices_config.c updated ?

Yaki

  • Hi Yaki,

    It is not possible to disable/remove a specific setting from the SysConfig generated files.

    As you already mentioned, you can exclude SysConfig from generating specific files. With this option you can add a copy of a previously built ti_devices_config.c file to your project. You would then be able make the modifications you want, but you would have to do that every time you make changes in SysConfig which would cause changes in ti_devices_config.c (which it seems like you already know)

    Depending on your application, you can also let the flash programming tool (CCS or UniFlash) lock the debug interface during program load. This will overwrite specific fields in CCFG to lock the debug interface. I can provide more information regarding this, if needed.

    Unfortunately, I am not aware of any other alternatives.

    Regards,
    Nikolaj