Is this a bug? - STM32L4, HAL, USART DMA handler
Posted on October 02, 2015 at 14:39Using HAL, I have configured DMA1_CH2 and USART3_TX such that once in a while, a block of bytes will be copied from memory to peripheral, in NORMAL, i.e. non-circular mode. Now, my handler, HAL_USART_TxCpltCallback...