Other Parts Discussed in Thread: TUSB8041
Tool/software:
Hi Team,
Observation:
- The btti_uart driverprovided by TI appears to be tightly coupled with the native UART interface (directly from the SOM) and is unlikely to work with a UART interface extended via a USB-to-UART converter.
- The driver expects a corresponding node in the device tree and retrieves configuration details from this node during enumeration. However, since a USB-to-UART serial port is dynamically assigned, it cannot be preconfigured in the device tree. As a result, the binding between the Bluetooth controller and the host controller will not occur with the current implementation.
Experiments Performed:
- CC33xx BLE over a USB‑to‑UART link by attaching the serial port to BlueZ from user space (e.g., btattach / hciattach) after enabling BLE on the CC33xx (which is triggered via a Wi‑Fi-side command).
The schematics are in the email thread, let me know if you need it.
Best Regards,
Madhurya