Resolved! USART code run succesfully on F0 but it doesn't work on L0.
I am trying USART communication with using DMA. Code written with HAL library is working on STM32F0 but it doesn't work on L0. I am getting irrelevant data at terminal.Also HAL_UARTEx_RxEventCallback function can called on F0 but not on L0.Here is t...