STM32L4 DMA Normal Mode number of bytes transferred check
Posted on February 01, 2018 at 09:07 Good Day If I call: HAL_ADC_Start_DMA(&hadc1, (uint32_t*)getADCBuffer, adcBufferLength); //uint16_t getADCBuffer[adcBufferLength] and adcBufferLenght is defined as 1000�? and then call: HAL_ADC_Sto...