Hello,
I am using a custom designed board based on CC2652P7 chip.
SDK used: simplelink_cc13xx_cc26xx_sdk_7_10_00_98
API used: UART2_write(uart, data, len,&bytesWritten);
The data printed on serial terminal is incomplete. The 'bytesWritten'(50 bytes) is less than the 'len' bytes( 59 bytes).
Why would that happen? What should I cross check?
Thanks
Karthik


