Other Parts Discussed in Thread: AWRL6432, AWRL1432
Tool/software:
Hello, TI experts,
I'd like to ask temperature calibration usage for runtime in non-low power mode.
In low power mode,
MMWave_openLink() function is performed temperature calibration and compensation at initial state after deep sleep wake-up.
1. rl_fecssTempMeasCfg() : This API configures for temperature measurement
2. rl_fecssTempMeasTrig() : This API triggers measurement
3. Compare temperature current bin and old bin.
4. rl_fecssRfRuntimeCal() : Temperature calibration compensation
but in non-low power mode,
It is just performed at initial state after booting once. so I'm trying to create function for runtime temperature calibration in dpc_excute().
Can I use these APIs in dpc_excute() function while loop for temperature calibration in non-low power mode? Is there any side effects?
Please let me know if I have wrong understanding.
Thank you.
Best Regards,
JB