Compiler error when SDADC is used without DMA
ID: DA1459xSDK-945
Status: Open
First reported: 10.1.2.86
Fixed in: TBD
Description
The GCC compiler in e2Studio generates an error when the SDADC is used without DMA:
ad_sdadc.c:336:39: error: 'ad_sdadc_driver_conf_t {aka struct <anonymous>}' has no member named 'dma_setup'
Workaround
Surround the if statement at line 336 in file ad_sdadc.c with macro: HW_SDADC_DMA_SUPPORT:
