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.

CC2564B: SPPLE Demo - ConnectLE Response Timeout issue

Part Number: CC2564B
Other Parts Discussed in Thread: MSP430F5335

HI,

I try to run Ti MSP430 SPPLE Demo.

CC2564B and MSP430F5335 are on my test boards.

I modified HRDWCFG.h for apply SPPLE Demo to my boards.

no problem with RegisterSPPLE and AdvertiseLE, but error occurred when connectLE command.

(boards can discovered in Android Device or Android Nordic BLE App. But nothing can connect with SPPLE Demo on my boards.)

I added __SUPPORT_CC256XB_PATCH__ and __SUPPORT_LOW_ENERGY__ in predefiend symbol section.

any comments would be appreciated. 

Thanks.

  • Moving this thread to the dual-mode Bluetooth forum.

    Dong,

    Could you share what error code is returned when you try connectLE? Do you see any error code being printed on the debug console?
    Moreover, are you following the SPPLEDemo guide? 
    processors.wiki.ti.com/.../CC256x_TI_Bluetooth_Stack_SPPLEDemo_App

    When the CC2564B is doing connectable advertisement, it will become peripheral (LE slave) after the connection. So the connection must be initiated from a remote device. When a remote device is advertising, you can initiate connection from the CC256xB using the connectLE command of the SPPLEDemo.

    Best regards,
    Vihang