Tool/software:
Hi,
I am using IWR6843AOP and tried to measure voltages with GPADC 1 to 6, using as example the file shared in this post
My GPADC4 channel does not match the actual voltage measured with a multimeter on my custom PCB.
By reading the datasheet I found the following :
"GPADC structures are used for measuring the output of internal temperature sensors"
Does this means that I cannot monitor the internal temperature and have an external voltage measurement using the GPADC ?
Are those measurements conflicting ?
The voltage measurements are triggered by : rlSetGpAdcConfig(RL_DEVICE_MAP_INTERNAL_BSS, (rlGpAdcCfg_t*)&gpAdcCfg);
The temperature measurement is triggered by : rlRfGetTemperatureReport(RL_DEVICE_MAP_INTERNAL_BSS, (rlRfTempData_t*)&gMmwMCB.temperatureStats.temperatureReport);
Thank you for your support.