Post Go back to editing

What is the return value of the error flag?

Hello all,

adi_adrv9001_cals_InitCals_Run()

int32_t adi_adrv9001_cals_InitCals_Run ( adi_adrv9001_Device_t *  adrv9001,
adi_adrv9001_InitCals_t *  initCals,
uint32_t  timeout_ms,
uint8_t *  errorFlag 
)

the above api I've been using for my project, everytime the errorflag is returning as 0 but sometimes one in 1000 its returning the error number "7" in the document "

[out] errorFlag A 3-bit error flag that helps identify any errors during Initial calibrations. '0' indicates that there was no error.
" This is mentioned, Now i need to know that what that 7 means and why its returning 7 .

Thread Notes