BUG in STM32CubeMX: usart code generation in wrong order when enable usart dma
My Firmware Package name and version: STM32Cube FW_F1 v1.8.4
Bug detail:
After code generates, the code order is:
In this order, receiving message of the usart will get some bugs, eg: only can receive the last byte...
I let `the MX_DMA_Init();` become the first one solve the problem, but when I genearted code next time, this order will appear again...
