Hi
I'm just creating a project using ADC_SAR, DMA and ISR components reffering to AN52705 Eg_ADC_DMA_Mem project.
ISR trigger works fine without DMA but with DMA.
It seems DMA transfer completion isn't signaled.
Could someone advise me ?
I have just solved the problem by myself.
There's no DMA_SAR_1__TD_TERMOUT_EN parameter on CyDmaTdSetConfiguration API call.
That's why DMA interrupt occurrs nothing.