Bug Comment of HAL-DMA Lib
Posted on October 08, 2015 at 13:18Hi, in this part of the DMA-SetConfig() function the comments are wrong. /* Memory to Peripheral*/ if((hdma->Init.Direction) == DMA_MEMORY_TO_PERIPH) { /* Configure DMA Stream destination address */ hdm...