Other Parts Discussed in Thread: AM3352
I have an am3352 connected to wl18xx chipset and try to get the bluetooth communication up. I have enabled bluetooth (BL_EN) and acknowledged that it is enabled by looking at the RTS signal from wl18xx. The hciattach command however gives me an error:
# hciattach -s 115200 /dev/ttyS0 texas
Failed to read init response (READ_LOCAL_VERSION_INFORMATION): Success
Can't initialize device: Success
I've looked at the UART signals using an oscilloscope and they all look fine. I can see on both RX and TX that data is being sent and the RTS/CTS signals is behaving correctly. I modified the hciattach command and was able to get the answer that is received, however I can't find any protocol documentation for the communication so haven't been able to dechipher it.
0x0e 0x0c 0x01 0x01 0x10 0x00 0x06 0x00 0x00 0x06 0x0d 0x00 0x20 0xac 0xac
Has anyone had the same problem and/or knows where to find the protocol?
Best regards,
Måns