Replies: 1 comment
-
I don't have the stm32f4_disco available, so I went for a nucleo_f411re instead. In my case, I used USART1, mapped on PB_6 & PB_7. As you might see with Kconfig search / menuconfig, the UART_ASYNC_API requires DMA to be configured for the STM32 boards. In my case, the devicetree overlays looks like this:
Please check your board/Soc reference manual for the exact DMA configuration. See Related discussion. Hope this helps! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Everyone,
Before opening a formal issue, I wanted to know if someone had some problem running the UART async API sample on a STM32.
I am trying to run the sample on a STM32 Discovery Board and I am getting an error at the point where the transmission request is issued. Precisely, the
uart_tx()
returns a -19 code for ENODEV.For example, on an digital analyzer I see something like:
Best
Step to reproduce
Beta Was this translation helpful? Give feedback.
All reactions