This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

HCI_VS_LE_Enable Fails

Other Parts Discussed in Thread: MSP430F5359, MSP430F5437A

Hello,

I am trying to port the Bluetopia stack reference implementation to the MSP430F5359.  During initialization of the CC2564B everything appears to be working properly until the stack sends HCI_VS_LE_Enable to which the CC2564B responses with 0x1F. What does this error code mean?

Bluetopia > 01 5B FD 02 01 00 

CC2564B > 04 0E 04 01 5B FD 1F

I have compared the exchange between the stack and the radio with our MSP430F5437A implementation based on the development board and everything is fine until this command.

Thanks,
-justin

  • Hi,

    You can check the specification for the error code.

    Are you sure you are using CC2564B ? can you provide the output of  "HCI_Read_Local_Version_Information"?

    I hope you porting is fine? so you meant to say that while downloading the Service Pack you are getting this error right?

    I tried it myself and have not faced any issue. 

    Sent: 0x01, 0x5B, 0xFD, 0x02, 0x01, 0x01, (even tried  0x01, 0x5B, 0xFD, 0x02, 0x01, 0x00)

    Returned: 0x04, 0x0E, 0x04, 0x01, 0x5B, 0xFD, 0x00,