Other Parts Discussed in Thread: CC2640R2F
Tool/software: TI-RTOS
Hi Team,
I have installed "SimpleLink CC2640R2 SDK 2.20.00.49" and "CCS_8.1.0" as the development environment. We have a customized application(broadcaster) built using this SDK with stack library method and was working as per our needs. In order to perform On-chip OAD for our application, we started migrating to split-image method as per the guidelines and have taken "simple_peripheral_oad_onchip" example as the reference. In this phase, the following functionalities are getting merged (Peripheral, split-image and OAD) from the example "simple_peripheral_oad_onchip" to our application.
The stack and application images are build successfully for package "CC2640R2DK_5XD". BIM and persistent application are taken from "simple_peripheral_oad_onchip".
With the above mentioned setup, the device advertises but the connection procedure is not getting completed. Timeout happens while "Discovering Services".
During connection, the following error is seen: [logs]
Connected to "Device Mac Address"
Error 129 (0x81): GATT INTERNAL ERROR
Error 22 (0x16): GATT CONN TERMINATE LOCAL HOST
Disconnected
Need your inputs on which parameters to be verified/memory issues(heap/stack requirements) that may cause this problem.
Thanks,
Arul Christopher