-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate
- Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
- Tested with the latest version to ensure the issue hasn't been fixed
How often does this bug occurs?
always
Expected behavior
I expected the RCP (ESP32-C6) to operate continuously without unexpected resets, and UDP multicast messages to ff02::1 to be sent successfully without triggering errors or aborted transmissions.
Actual behavior (suspected bug)
Instead, the RCP resets unexpectedly with RESET_OTHER while showing repeated
dropping radio frame: Parse
messages. After each reset, the Border Router attempts recovery (RCP recovery is done) but the error reappears shortly after. This results in dropped UDP multicast packets and interrupted communication.
Error logs or terminal output
E (470699) OPENTHREAD: dropping radio frame: Parse
E(470700) OPENTHREAD:[C] P-RadioSpinel-: Unexpected RCP reset: RESET_OTHER
W(470701) OPENTHREAD:[W] P-RadioSpinel-: RCP failure detected
W(470702) OPENTHREAD:[W] P-RadioSpinel-: Trying to recover (1/3)
E(470705) OPENTHREAD:[C] P-SpinelDrive-: Software reset co-processor successfully
I(470723) OPENTHREAD:[N] P-RadioSpinel-: RCP recovery is done
I(470766) OPENTHREAD:[N] MeshForwarder-: Failed to send IPv6 UDP msg, len:90, chksum:62f7, ecn:no, to:0xffff, sec:no, error:Abort, prio:net
I(470768) OPENTHREAD:[N] MeshForwarder-: src:[fe80:0:0:0:c8a9:bd44:d392:5380]:19788
I(470769) OPENTHREAD:[N] MeshForwarder-: dst:[ff02:0:0:0:0:0:0:1]:19788Steps to reproduce the behavior
Set up ESP32-S3 as Thread Border Router host (esp-thread-br example) and ESP32-C6 as RCP (RCP firmware from esp-thread-br).
Start the Border Router application.
Send periodic UDP multicast packets to ff02::1 port 19788 from Wi-Fi or Thread side.
Within a few minutes, observe RCP reset events and repeated error logs.
Project release version
latest
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Linux
Operating system version
ubuntu 24
Shell
other (details in Additional context)
Additional context
The problem seems correlated with frequent UDP multicast to ff02::1, but resets may also occur with other traffic.
This may be related to buffer handling or RCP transport stability when processing multicast frames.
The issue occurs even with light traffic load, suggesting it’s not just congestion.