Hi,
On the nRF5340-DK, i'm succesfuly using the example code:
..now i would like to alter some..
in the void ble_write_thread(void),
I would like just to send some test data (using the bt_nus_send() ), So not using the fifo_rx_data.
Therefore i would like, NOT use the waiting for uart data : ( struct uart_data_t *buf = k_fifo_get(&fifo_uart_rx_data, K_FOREVER); )