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.

CC2564: CC2564 and MSP430F5438A Bluetooth Stack Init Failed: -4

Part Number: CC2564
Other Parts Discussed in Thread: MSP430F5438A, , , , CC256XMSPBTBLESW

Hi,

I have been trying to run the SPP demo for CC2564 and MSP430F5438A.
I have followed the steps mentioned in
processors.wiki.ti.com/.../CC256x_MSP430_TI_Bluetooth_Stack
and
processors.wiki.ti.com/.../CC256x_TI_Bluetooth_Stack_SPPDemo_App
After debug, when I run the code, I am getting Stack Init Failed: -4 over the UART in the terminal.

I am using MSP-TS430-Pz5x100 breakout board that is compatible with MSP430F5438A. I have connected the CC2564MODNEM board to the MSP via the EM connectors.
After studying the schematics of MSP-EXP430F5438 Experimenter Board, I have given the following pin connections (from CC2564 to MSP430F5438A).
UART_CTS : P1.4, Pin 21
UART_RX : P1.5, Pin 22
UART_TX : P1.6, Pin 23
UART_RTS : P8.1, Pin 58
nSHTD : P8.2, Pin 59

The following are the connections that I am using to get the serial port messages via Teraterm (9600, 8, n, 1)
USB_RXD : Pin 54
USB_TXD : Pin 53

I have checked the startup procedure for the module and everything seems to be fine.
I verified the slow clock and the frequency is 32,768 Hz. I cannot check the fast clock since the eval board has CC2564MODN for which the fast clock is internal.
After Debug, when I run the code, the UART_RTS gets pulled low after nSHTD is pulled high (below is screenshot from scope, channel 1 is UART_RTS and channel 2 is nSHTD).  


UART_RTS remains low for a few seconds after which it goes back to high and the following error message is displayed on Teraterm.

I am directly dumping the given sample code that comes with the bluetopia stack as mentioned in the tutorial without any modification whatsoever.

I have been stuck in this state for over a month and I am totally clueless how to move forward.
I read many discussions on the forum with the same error code but those fixes don't seem to work for me. Please help. Any suggestions would be of great help.

Thanks,
Sooraj