User Activity

Posted on September 29, 2016 at 15:13 I'm trying to receive serial data using USART1 and DMA in 3 different chunks. Between I'm setting the buffer size in the DMA (2 bytes, 1 byte, 10 bytes) using the function set_ dma _buffer_...
Posted on September 20, 2016 at 21:49Hi, I've been struggling to get interrupt for DMA working. I got it working for USART interrupt. I'm configuring for USART1 and DMA1_Channel5. My problem is that I don't get an interrupt for the DMA. So is ther...