Hi,
Can I get RX Saturation notification thru a callback provided to the monitoring function? It said somewhere in the code that RX Saturation flag will show in the CQ bit of the ADC data stream. I however, don't see any bits for CQ in the first word of the ADC data. I saw sample code below:
gAr1243RadarMonConfig.monReportCallBackFunc = MonitorRadar_Handler;
retVal = Bsp_ar12xxConfigMonitor(0, &gAr1243RadarMonConfig);
GT_assert(BspAppTrace, BSP_SOK == retVal);
However, the sample MonitorRadar_Handler() does not have code to print out when RX Saturation happens.
Please advice...