Other Parts Discussed in Thread: , SYSCONFIG, UNIFLASH, LAUNCHXL-CC26X2R1, SYSBIOS,
Hi,
We are using otbr-agent in our Linux (version 4.19.183) platform with CC2652R1 through UART(115200) communication. OTBR was synced in March, 2023 and latest rcp image from simplelink_cc13xx_cc26xx_sdk_7_10_00_98 are used.
version:
OPENTHREAD/; POSIX; May 3 2023 14:38:20
rcp version:(rcp_CC26X2R1_LAUNCHXL_tirtos7_ticlang_sdk_7_10_00_98.bin)
TI-OPENTHREAD/1.2.4.0; CC1352; May 12 2023 13:12:48
When we add more thread sensors, we get this error message and otbr-agent crashes. Looks like, TI-RCP is not responding after some time.
crit otbr-agent[3315]: 00:31:09.962 [C] Platform------: HandleRcpTimeout() at radio_spinel_impl.hpp:2275: RadioSpinelNoResponse
warn otbr-agent[3315]: 00:31:09.962 [W] Platform------: radio tx timeout
If we have 1-3 thread sensors, then issue is less frequent. When we add more sensors around 10, then we see this issue more frequently.
We use the default setting everywhere (UART baud rate 115200)
otbr-agent -I wpan0 -B eth0 spinel+hdlc+uart:///dev/ttyH0 trel://eth0
Any suggestion? Toby
Is there any need to increase the baud rate? if so, what is teh recommended value and where we should change? (rcp_CC26X2R1_LAUNCHXL_tirtos7_ticlang\platform\uart.C ?)
Thanks
Sen