After flashing the official example hci_uar onto the nRF5415-DK, I proceeded to use "udo strace -o btattach.log btattach -B /dev/ttyACM1 -S 1000000 -R“ to bind it as an HCI device. However, the btattach process exits immediately after execution, preventing subsequent ”sudo hciconfig hci 0 up" from initializing the device. Why does this happen?


