User Activity

I am using an STM32L476VG which does not have UART transmit/receive fifo's.Therefor I am using DMA for periodic transmission of some data (3 bytes at 125kbit at about 2kHz).This is all configured in CubeMX and functioning (DMA in normal mode btw).I a...