This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

how can i initialize two hardware uart peripherals at the same time.?

i have initialized a uart then i changed its rx and tx pins. now i want to initialize two uarts. i found the function to do this. app_uart_init.but i dont know how to pass these two arguments in this function. app_uart_buffers_t * p_buffers, uint16_t * p_uart_uid how can i do this.?

Related