You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(TC123X): Add logic to read calibration values and IEEE address from the 256KB Flash.
Bug Fixes
watchdog
(TC123X): Fixed an issue where the 32k watchdog reset time could be shorter than the configured interval due to hardware inaccuracies:
Detailed description: To ensure that the watchdog reset time never falls below the set interval, software compensation has been introduced by adding a maximum allowable timing error as an offset during interval configuration.
Fixing effect: The 32k watchdog reset time will never be less than the configured interval.
Update suggestion: Using the watchdog must be updated.
Refactoring
pm
(TC321X): The pm_set_power_mode interface is not publicly available, removed the interface declaration.
rf
(TC321X): Optimize RF‑related configurations to improve communication stability.