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.

RTOS/CC2650: Porting Issue from BLE stack 2.2.0 to BLE stack 2.2.1

Part Number: CC2650
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

Hello,

I have ported my application code from  BLE stack 2.2.0(ble_sdk_2_02_00_31) to BLE stack 2.2.1(ble_sdk_2_02_01_18) by following the instructions given in 

http://processors.wiki.ti.com/index.php/CC2640_Porting_Projects#Porting_BLEv2.2.0_Projects_to_BLEv2.2.1  and applied the patch patch_blestack-1129_tirtos_2_21-Rev2.

But I am getting some linking error...Please Help ..!

I have taken example project and then added my application files...What could be the cause of this error..

 ..Please Help

  • Hello,

    Did you add some code to your spp_ble_server.c that uses the Event kernel module? Also, was TRNGCC26XX.c/h added according to step 5 of the porting guide?

    Best wishes
  • "Did you add some code to your spp_ble_server.c that uses the Event kernel module"

    Yes , we are using and I have added this header file #include <ti/sysbios/knl/Event.h>

    "TRNGCC26XX.c/h added according to step 5 of the porting guide"

    Yes, I followed the steps described in porting guide and added the files TRNGCC26XX.c/h

  • I'm not sure what is causing the error. Is the Event module added to your RTOS config file?

    Can you delete the RTOS build and do a full rebuild? Then attach the full build log as an attachment (use rich formatting link to attach file).

    Best wishes