RS485 Driver Enable not being enabled [STM32H7] #79007
Unanswered
xavierpacheco-eaton
asked this question in
Q&A
Replies: 2 comments 7 replies
-
Please add more infomration:
Double-check if clocks and corresponding peripherals are enabled. Sometimes it may be necessary to take a look into registers after startup. |
Beta Was this translation helpful? Give feedback.
5 replies
-
@xavierpacheco-eaton The only way zephyr/drivers/serial/uart_stm32.c Lines 57 to 61 in 097ed18 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When configuring UART in the devicetree I'm enabling the DE pin as follows:
However, this doesn't set the USART_CR3_DEM as the macro HAS_DRIVER_ENABLE is 0. I'm using Zephyr 3.6.0 and STM32CubeH7 v1.11.1.
Any pointers whether I'm missing something or could this be an implementation issue?
Beta Was this translation helpful? Give feedback.
All reactions