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