Hello,
I want to use 1M baud rate in nRF5340 DK board.
DK board is connected to USB to Serial.
Until 921600, UART is received correctly. And UART is broken in 1M.
What I did is change DT_N_S_soc_S_peripheral_50000000_S_uart_8000_P_current_speed.
#define DT_N_S_soc_S_peripheral_50000000_S_uart_8000_P_current_speed 1000000//921600
In datasheet, I found that "High baud rates may require GPIOs to be set as High Drive, see GPIO chapter for more details."
How could I do this?