Other Parts Discussed in Thread: CC2564
Tool/software:
I have CC2564MODA chip connected to a custom board running Linux with cip kernel 4.19 and BlueZ stack. The board communicates with PC application over Bluetooth using RFCOMM protocol.
Every time they start to exchange messages the communication stops after a few seconds. Logs captured at Bluetooth stack level revealed that the controller stops sending HCI messages to host and any HCI commands that host tries to send to controller end with timeout. That's why I think the problem is on controller side.
How can I see what is going on in the controller? Is there a way without tapping BT_DEBUGG pin as that would be challenging for me?