Sometimes, we observe that the bluetooth stack print "?" or ">"
The source code HCITRANS.c indicates the two evenets are
When this happened, sometimes Bluetooth stack can still transmit and receive packets,
MSP430 or other tasks are not dead, since we can still interact with MSP430 through debug UART
What can we do to reset HCI interface or restart Bluetooth stack
We understand we should optimize the time cycles of other interrupts to avoid UART interrupt overrun,
but before that optimization is being done, we would like to know what can we do to reset HCI between