How to get the UART Async API sample working on a STM32 Nucleo F767ZI board? #100059
-
|
I am trying to get this sample working on my STM32 Nucleo F767ZI board: I followed the steps here to create an overlay file. nucleo_f767zi.overlay Building and running the sample I get the following output: I then updated my prj.conf adding nocache support: I then pulled over the macro definition for this line: And changed: Thus putting the Tx buffer in nocache memory, but now I am getting these errors: I also noticed in my build output the messages: Is the above related to the issues I am seeing? Does the STM32 driver support the UART Async API? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I finally got a reply over here: STMicroelectronics Community --> STM32 MCUs --> STM32 MCUs Embedded software --> See this forum post. |
Beta Was this translation helpful? Give feedback.
I finally got a reply over here: STMicroelectronics Community --> STM32 MCUs --> STM32 MCUs Embedded software -->
See this forum post.
Nucleo-F767ZI + Zephyr: get UART Async API sample working with DMA?