-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bluetooth chip doesn't work on UART3 interface #13
Comments
You can use the following setting in the application code: |
Any chance you can elaborate on this? You meaning adding this in TI HCI_LL.c driver code? Thanks! |
Here is a simple example of setting up UART: int main() {
} |
|
From the beginning, I thought you were asking about how to set up CTS/RTS, but it seems that’s not the case. You might need to first confirm whether the UART signals are being transmitted correctly and whether the CTS/RTS actions are functioning properly. |
I am trying to bring up the WL1837 Wi-Fi + Bluetooth chip on the MA35D1 platform. According to the datasheet, the Bluetooth interface requires hardware flow control (RTS/CTS). It seems like the handshaking between UART and WL1837 is failed. Thanks in advance for any hint and help for solving this issue!
Steps Taken:
CTS
andRTS
pins on the SoC and the WL1837 module.uart-has-rtscts;
in the uart3 device tree node to enable hardware flow control.Despite these changes, the Bluetooth chip fails during the probe process.
Here is the potion of kernel
dmesg
that related to the Bluetooth.Here is the potion of device tree that related to the Bluetooth.
The text was updated successfully, but these errors were encountered: