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.
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..
"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