Skip to main content
Associate II
May 9, 2025
Question

STM32MP257F-DK USART6

  • May 9, 2025
  • 1 reply
  • 423 views

Hi there,

I update the device tree of usart6 of STM32MP257F-DK as below but do not know if it was enabled during kernel.
Is it ttySTM0 or ttySTM1 or did not enable and how to check?

 

&usart6 {
pinctrl-names = "default", "idle", "sleep";
pinctrl-0 = <&usart6_pins_a>;
pinctrl-1 = <&usart6_idle_pins_a>;
pinctrl-2 = <&usart6_sleep_pins_a>;
uart-has-rtscts;
status = "okay";
}

1 reply

ST Employee
June 16, 2025

Hi @MasonPan0804,

 

You can use this page to verify that your UART is functioning correctly :

https://wiki.st.com/stm32mpu/wiki/Trace_and_debug_scenario_-_UART_issue

 

Regards,

Grégory

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.