Other Parts Discussed in Thread: CC2640,
Hi,
I try to migrate from cc2640 (Stack 2.2.1) to cc2640r2f(Stack 1.40) using the porting guide: http://dev.ti.com/tirex/content/simplelink_cc2640r2_sdk_1_30_00_25/docs/blestack/ble_sw_dev_guide/html/cc2640/ble-sdg/porting-to-newer-stack-versions.html
My code is based on the simple peripheral example codes for both.
The code worked on the cc2640 processor without any problems but when I add custom characteristics, 26 in total with authentication required, it doesn't work. On iOS, using LightBlue App, it says it's connected but no data shows up and no pairing popup. On Android I get a pairing question and the unit is bonded after connection but no data is shown. The data is shown when I disconnect and reconnect to the unit.
If I lower the number of characteristics to 18 it works on both platforms.
So is there a limit to how many characteristics can be used with the cc2640r2f processor?
Best Regards