Other Parts Discussed in Thread: SYSCONFIG
I am working on a product platform where we would like to use the DAC to bias a sensor, and read the sensor output with the ADC, ideally via DMA using the ADCBuf functionality. However, when I try to configure an ADCBuf instance in sysconfig, it says there is a resource conflict with the DAC module, since they both use ADC0, but this conflict does not arise when trying to use the normal ADC and the DAC together. The DAC doesn't have a DMA configuration there, so I wouldn't expect it to be a DMA conflict.
Is there something I'm missing that will let me use both the DAC and ADCBuf? If not, can anyone explain why sysconfig won't let me have both of them set up?
Thanks!