Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hello expert,
This is a new question which related to https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1350303/cc2340r5-tcxo-usage
Our customer operated the initial value of the following registers
HWREG(CKMD_BASE + CKMD_O_HFXTCTL) |= CKMD_HFXTCTL_TCXOMODE;
HWREG(CKMD_BASE + CKMD_O_HFXTCTL) |= CKMD_HFXTCTL_TCXOTYPE_CMOS;
The Power_init() function in SDK code is called at the initialization process,
C:\ti\simplelink_lowpower_f3_sdk_8_10_01_02\source\ti\drivers\power\PowerCC23X0.c
Currently this function worked without standing the HFXTFAULT flag.
In the PowerCC23X0_startHFXT() initialization sequence,
It seems these register value is operated , LDOCTL, AMPADCCTL, HFXTCTL ,
When using with TCXO, these function and register setting can be used as is?
If they need the special initialization process with TCXO, can you please provide the code?
Regards,
A.Fujinaka