Other Parts Discussed in Thread: CC2640, , SYSCONFIG
Hi Ti experts,
In my case, I'm working on the CC2640 with SDK version 4_30_00_08. Initially, I imported the example simple peripheral project and successfully wrote a value through the write characteristics (0xfff3), managing to send 50 bytes without needing to exchange MTU.
However, while porting custom characteristics with write, notify, and indicate functionalities, I encountered an issue. When attempting to send 50 bytes, the reception was incorrect. Only the first 20 bytes matched what I wrote in the custom write characteristics. Interestingly, upon enabling MTU request from the central device, the transmission worked flawlessly.