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.

CC2650: SPP BLE Server (UART to BLE bridge) example does not work on LaunchPad

Part Number: CC2650

Hi,

Last week I asked about getting the UART to BLE bridge example (spp_ble_client and spp_ble_server from the ti-simplelink/ble_examples archive on GitHub) working on a pair of CC2650EM that are included with the SmartRF06 eval kit. Since I wasn't making any progress I went ahead and ordered a couple of CC2650 LaunchPad's, since that is the original target for these examples.

Unfortunately I have the exact same problem on the LaunchPad: The client seems to work fine (can debug, blinks LED's as expected etc), but the server becomes immediately unresponsive on the call to BIOS_start() and ends up in an infinite loop at address 0x1001bbd6, which I understand is the default TI RTOS CPU exception handler.

Some background:

- I am using Code Composer Studio 7.0

- I flashed the "spp_ble_server_cc2650lp_stack" project first, then flashed the "spp_ble_server_cc2650lp_app" project

- The TIRTOS version is 2.20.1.8

If anyone has some things I could try to ge tthis working I'd be very grateful.

Regards,

Jeroen