Hello,
I have problems in the async-mode with the UART21 output and the nRF54L15. I am using Toolchain v3.1.1 and SDK v3.1.1.
When I use the uart_tx function to print out more than 8 Bytes the output doesnt work, when I make a k_mssleep directly afterwards. I get only a crypted output.
It works if I place before:
My Sourcecode works fine with the nRF52840dk and uart1. I tried it already with semaphore too. No success. My full code is: