Other Parts Discussed in Thread: AWR1843BOOST
Hi TI members,
I have a question concerning about gpadc configuration on AWR6843 platform.
The code below is how I configure:
int32_t retVal;
retVal = rlSetGpAdcConfig(RL_DEVICE_MAP_INTERNAL_BSS, (rlGpAdcCfg_t*)&gpAdcCfg);
/* Check for mmWaveLink API call status */
if(retVal != 0)
{
/* Error: Link reported an issue. */
PRINTF("Error: rlSetGpAdcConfig retVal=%d\n", retVal);
}
However, it printed out "Error: rlSetGpAdcConfig retVal=-2". Is anything wrong about my configuration?
By the way, I also configured like this on AWR1843boost platform and seems no problem.
Sincerely,
EricHuang