Part Number: LP-CC2652R
Tool/software: TI-RTOS
Hi,
I have an application where I am using a CC2652R1 Launchpad in Host Test mode as part of a gateway. The application involves transmitting 37000 bytes of data from a CC2650 based sensor. The CC2652R1 launchpad is running the Host Test application from the SDK with the only change being an increase in baud rate from 115200 to 921600.
With SDK 2.40 the system was working well. Migrating to SDK 3.10 introduced a regression. The only change in the system is Host Test App being upgraded from SDK 2.40 to 3.10.
The failure is that there is a corruption in the data packets being received by the Linux device UART. This was validated both by checking the data received by Linux UART driver and logging the UART Rx pin.
The attached image shows how the expected 31 byte HCI data packet is corrupted within the red box. It looks as though data is being overwritten in the Host Test app. The stream is finished with a connection timeout error from the stack. I have no idea if that is a symptom of the first problem or a new problem.
sdk3.10 CC2652R launchpad host test failure.pdf
Is there a known issue that this could cause this regression?
Thanks, Iain