DUAL UART

Hi Nordic,

1. Dual Uart this code i used

2.Its working fine and am getting output also

3.But i have doute its printing from uart0 but i want from uart1

4.For that i tried in many ways to get output from uart1 like commentoff (uart_irq_callback_user_data_set(uart_dev0, serial_cb0, NULL); uart_irq_rx_enable(uart_dev0);) and tried its printing from uart0 and its printed

5. Again i tried to commentoff this one (uart_irq_callback_user_data_set(uart_dev1, serial_cb1, NULL);
uart_irq_rx_enable(uart_dev1);) and tried its printing from uart0 and its printed

6.But whenever i commentoff both above statements but also am getting output and  printed

7.am really struggling here please help me out if i go in wrong way

8.I need print statement from uart1 this is agenda for me

9. I am using bl653_dvk board and west command tool

Related