UART DMA Rx with variable length: Is HAL_DMA_Abort() not working?
Posted on May 20, 2018 at 13:57Like many before, I'm trying to receive data with variable length, in particular responses from an ESP8266.My idea is to look into the stream of received bytes to find an occurrence of 'OK' or 'ERROR'. My first versio...