Part Number: TMS320F28388D
Hi,
Currently I am planning to transfer ADC result data to SDRAM via DMA.
And EPWM is my trigger source for ADC.
ADC interrupt is my trigger source for DMA transfer.
When I am using a low sampling rate configuration for ADC , DMA is working fine and DMA Interrupt is coming.
But I increased the Sampling rate(~1MSPS) by increasing the EPWM frequency, The DMA interrupt is not working , but data is getting copied to SDRAM from ADC result register.
I am not able to find any solution to this problem and why this problem is happening for a high speed Trigger source.
Please let me know if I missing something here when I am dealing with high speed trigger sources for DMA.