DMA in circular mode CNDTR issue
Hi,I am trying to recieve unknown number of bytes using DMA in circular mode. My buffer size is 2048.After reaching this size, CNDTR becomes 0 and never reinitialized again. It stays 0 always. The bytes coming after are getting lost.Has anyone faced ...