Part Number:CC2640
We trying to use SPS to communicate with device though command line interface.
So we need to send long strings as commands in some case and device can answer long string (most usable case, for example "list dir").
We made some investigations and got information, that if sting on UART input more that 59 symbols BLE connect crashed and we should reset devices.
It's not depend on UART speed. We try decrease rate down to 9600, but still got the same issue. We see wrong length of string in "req" variable - 48830 (0xBEBE) when it's happen.
As we understand it may be an bug in code.