Hello,
I'm trying to enable runtime calibration using the option of onetime calibration. i noticed that when i'm calling it by 25 msec periodicity it works fine, but if make it higher periodicity it doesn't work(1 sec for example).
also i have some question regarding this topic.
1- what is the use of CALIB_MON_TIME_UNIT in case i'm using onetime calibration configuration not the periodic calibration?, as i understood it only used if i'm configuring periodic runtime calibration, but i noticed in the manual that it may be used in AWR_CAL_MON_TIMING_FAIL_REPORT_AE_SB for onetime runtime calibration also.
2- according to the manual, the default of CALIB_MON_TIME_UNIT is 100, does it mean 100 msec?
3- and how could i know that the calibration is not done due to lack of idle time?, is CALIBRATION_
ERROR_FLAG in AWR_RUN_TIME_CALIB_SUMMARY_REPORT_AE_SB if failed then the reason may be lack of idle time? or it only be shown in AWR_CAL_MON_TIMING_FAIL_REPORT_AE_SB?
Thank you