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.

CC2640R2F: SPP BLE Server does not work on Launchpad

Part Number: CC2640R2F

Hello,

I'm trying to run the SPP BLE Server (UART to BLE Bridge) on the Launchpad eval board. I have checked it out from your git repository github.com/.../ble_examples. The SPP BLE Client works so far and also I can see prints in the terminal. But on SPP BLE Server I have still some problems running it. The SPP BLE Server creates the all the tasks and after that e.g. the SimpleBLEPeripheral_init()function should be called. But the init function is not reached.There seems to be a problem in creating the tasks. Is this a known problem or is this issue new to you?

Please take into consideration that I'm using the older project for BLE4.2. The new one for BLE5.0 does not compile by default.

Thanks a lot!