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