UART DMA not transmitting data properly
Hi, I am working on a project and having the following problem:My UART DMA is not working. I am transmitting a string, that should be visible in the terminal but it is not. The TX complete callback function is being triggered, so it looks like it wor...