Peripheral to memory DMA doesn't work.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

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 ?

0 Likes
1 Reply
Anonymous
Not applicable

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.

0 Likes