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.

LAUNCHXL-CC1312R1: cc1312

Part Number: LAUNCHXL-CC1312R1

Hi All,

Is it possible I can change the phy_id or the whole configuration in the runtime? i am running the TI example sensor_oad_offchip_secure_cc1312, while reading the code, I noticed that the macTaskInit() starts to initialize MAC with MAC_USER_CFG during startup. I'd like to make some changes after my whole system is running. One possible solution I have is to hold the macTask with semaphore, another option is using USE_DEFAULT_USER_CFG, and make changes on Main_user1Cfg[]. basically I'd like to know what will happen to the radio if I change the setting in runtime? 

thank you very much!

-Yue