What would be the best value for UART buffer? When I put it as 512 it gets crashes, below you can see the putty output 0.000013 : UART Start!
0.415937 : Handle list for mpu9250 service 0x15: 0017 0018 001a 001b 001d 001e 0020 0021 0023 0024 0.416432 : MPU9250 service initialized 0.416770 : Handle list for tag service 0x25: 0027 000.4
but when I update it to 1024, I get the proper output.
0.000013 : UART Start!
0.393025 : Handle list for mpu9250 service 0x17: 0019 001a 001c 001d 001f 0020 0022 0023 0025 0026 0.393522 : MPU9250 service initialized 0.393801 : Handle list for service 0x27: 0029 002a 0.394047 : Temperature service initialized
I did not understood what would be the problem and what would be the best value for buffer?