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.

CCS/CC2650: GATT_NO_CLIENT issues

Part Number: CC2650

Tool/software: Code Composer Studio

Hello team,

I'm looking for a solution at the following trouble,

My project is based at Simple BLE Peripheral, now I need to have a client functionality. To do this, i deleted the GATT_NO_CLIENT predefined symbol from Simple BLE Peripheral Stack. The result is to brick the CC2650. If I re-define the GATT_NO_CLIENT symbol, my application runs again. Do you have any idea about this? 

Thank you in advance,

  • Hi,

    What do you mean by "brick". Does it go to the exception handler in main.c?
    Did you Clean and Rebuild the stack and app project?

    Best wishes
  • Thanks for responce Zahid,

    I did rebuild and re-flash both, app and stack, projects. My application did not run and ι did not understand what is the problem. The CC2650 does not respond neither at led blinking, looks dead. I have no exception handler. If i re-define the GATT_NO_CLIENT symbol at stack, then CC2650 works fine. What do you mean by "Clean" stack and app project?


    Does it needs to make some changes when I delete pre-defined GATT_NO_CLIENT symbol?

  • At debugger mode, i can see that my program enters in endless loop at addresses 0x1001bbd6 - 0x1001bbd8. I take the following messages:
    0x1001bbd6 (no symbols are defined for 0x1001bbd6 ),
    0x1001bbd8 (no symbols are defined for 0x1001bbd8 )