Thread 中讨论的其他器件:AWR6843
您好、TI 雷达专家!
我正在询问 GPADC。
客户希望将 GPADC 的功能用于电源(VBATT)监控器。
我检查并发现 ADC1和2可以分别分配给 M6/L6、但我正在查询、因为代码片段(参考)尚未确认。
对于 AWR6843、确认如下所示提供了 GPADC API、但未在 MMW_mcuplus_SDK_xwrL64xx_05_01_00_00中确认。
请在这方面为我提供指导。
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)