This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWRL6432: GPADC Guidance required

Part Number: AWRL6432
Other Parts Discussed in Thread: AWR6843

Hi TI Radar Expert !

I'm inquiring about GPADC.
The customer wants to use the functionality of GPADC for the Power (VBATT) monitor.

I checked and found that ADC1 and 2 can be assigned to M6/L6, respectively, but I am inquiring because the code snippet (reference) has not been confirmed.

In the case of AWR6843, it is confirmed that the GPADC API was provided as below, but it is not confirmed in mmw_mcuplus_sdk_xwrL64xx_05_01_00_00.
Please guide me in this regard.

Fullscreen
1
2
3
4
5
6
7
void drv_gpAdcCfg(uint32_t w_cfgVal, uint32_t w_paramVal)
void drv_gpAdcTrigger(void)
void drv_gpAdcReadRes(uint8_t c_numSamples, T_GPADC_RESULT *p_gpAdcResult)
T_GPADC_RESULT BSS_gpadc_read(uint32_t paramLUTentry)
T_GPADC_RESULT trigger_gpadc_sampling(uint32_t paramLUTentry)
T_GPADC_RESULT drv_gpAdcStartConversion(uint32_t paramLUTentry)
void drv_gpAdcConvert(uint32_t w_cfgVal, uint32_t w_paramVal, T_GPADC_RESULT *p_gpAdcResult)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX