Hi,
I am developing a simple HCI driver using the MSP430EXPF5438a experimenter board and the PAN1323etu. After setting up the UART I have loaded the service patch. Should I be expecting any response from the PAN module? Also is there some documentation on the Vendor Specific commands in the bts file? I am getting confused with the UART speed setting changes as I am assuming the UART baud rate to stay at 115200 after the service pack upload.
Thanks in advance.
Gautam,
Unfortunately we are currently supporting customers using our platform and microcontrollers, MSP430 and Stellaris.
Regarding your question, there are preliminary instructions for VS Commands here:
http://processors.wiki.ti.com/index.php/CC256x_VS_HCI_Commandshttp://processors.wiki.ti.com/index.php/CC256x_VS_HCI_Commands
The UART speed should default to baud rate of 115200 for our BT device.
Regards,
ZH
------------------------------------------------------------------------------------------Please click the Verify Answer button on this post if it answers your question.
Please visit our CC256x Forum Guidelines and FAQs
Check out our CC256x Bluetooth Main Wiki page: http://processors.wiki.ti.com/index.php/CC256x
------------------------------------------------------------------------------------------
I am using TI MSP430 experimenter board itself.
When loading the service patch should I expecting any response? I want to see if my UART settings are right. Can I send the hci local version information command 0x01 0x01 0x10 0x00 without loading the service patch?
Yes, that should work. All HCI Informational Parameters commands should return a successful event without loading service pack.
Thanks,