Hi All,
Our project is developed using EBT.
I will briefly explain our project requirement---
Our requirement is that --A PWM signal will trigger the BCTU and it will then trigger the ADC group and after the end of conversions, the result in the ADC conversion data register will be copied into the user buffer using DMA.
Our present configuration is this--
we are using ADC trigger mode.
Presently, we can see that the DMA configurations are automatically configured by ADC driver when we call the function Adc_EnableHardwareTrigger(). And the ADC conversions are also happening (able to see in the corresponding ADC registers). But the DMA transfer is not happening. We assume that the DMA transfer will start after it gets the corresponding hardware request from ADC. But how does this work for ADC group. Is this an interrupt? Can anyone provide any hint or solution?