Question
DMA TCIF0 trigger immediately after DMA EN =0
Posted on December 12, 2012 at 10:29
I have face a problematic state.
After I finish to collect on DMA and get TCIF0=1 I collect the data and reset that flag. After that I want to write a new value in the NDTR so I disable teh DMA by register S0CR->EN=0. But immediate after doing that (even before enable teh DMA again ,I get interrupt from TCIF0=1.Why this is happens? and how I can get over it?