nrf5340 nus_cb does not work in peripheral_uart example

I have sdk 2.1.0 and nrf5340, trying to run peripheral_uart sample connecting nrf5340 to a module via uart. The program seems working when only works with nrf5340 based on the test instruction here https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/peripheral_uart/README.html but while is connected to the bluetooth module via uart, bt_receive_cb prints the buffer in RRT console but nuc_cb (ble_write_thread) does not print anything to RTT console. It does not work with nrf connect app on my mobile phone: sending from mobile is okay but cant receive anything from uart_cb. 

Related