i working nrf52832 sdk 16 in that i want to use two uart?
actually nrf52832 have only one hardware interfced UART.but i try to implement two UART1 and UART2 in same program by using software
for that i try to implemrnt uarts like switching method only one UART active at a time
is it possible? and two uart_init() function intialized in main function means any issue?