Hi,
I added a new service and wanted to add notification using CCCD. Iam not able to enable notification.
When i enable notificaiton from TI simple link app, control reaches to GATTServApp_ProcessCCCWriteReq function after which
the app gets disconnected from peripheral ( looks its crashing ).
How to resolve this issue. When i try to single step, the CCS debugger displays control at GATTServApp_ProcessCharCfg
( I have used optimization level as 1 under compiler configuration ).
My new service attribute table
I
When i enable notification button on SimpleLink app i get control here
My Notification sending code
Could you let me know how to resolve this issue.
Thanks