Reading variable length strings from a usart with DMA
Posted on October 05, 2017 at 22:44 I need to read variable length strings from a usart. The strings may be the result of local programming or not. I'm using the HAL DMA receive driver under FreeRTOS. I've found that the following approach works:...