2019-03-21 02:26 AM
I'm trying to migrate my project from HAL to LL. I use USART+DMA. Reception is OK, but transmission is not.
There's a uint8_t transmission buffer. E.g. it begins with {1, 2, 3, 4}.
"Sent" means what I see in the port monitor on my PC.
One more. What is the safe way to disable DMA stream outside the interrupt?
P.S. IAR v8.32.2, stm32cube fw f4 v1.24.0
P.P.S. I've dattached sample project.