Open matreshka15 opened 2 months ago
Full sdkconfig: sdkconfig.txt
updates: the server device will actively disconnect, while ESP32S3 trying to connect. Leading to this issue.
@matreshka15 it looks that the connection was already established before create connection,and there is a PHY update onging. However, from the existing logs, I'm still unable to find the root cause. Could you provide me with a demo to reproduce this problem?thanks.
Additionally, does the issue still persist if WiFi is not being used?
In order to further analyze the root cause of the issue, I have added HCI logging. You can apply this patch using the git am command. 0001-add-esp32c3-s3-hci-log.zip
Answers checklist.
IDF version.
5.1.4
Espressif SoC revision.
ESP32-S3 (QFN56) (revision v0.2)
Operating System used.
Windows
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
None
Development Kit.
Custom Board
Power Supply used.
Battery
What is the expected behavior?
Enable both WiFi and Bluetooth, with Bluetooth operating in both client and server modes. ESP32S3 should connect to other server devices smoothly.
What is the actual behavior?
Enable both WiFi and Bluetooth, with Bluetooth operating in both client and server modes, my system sometimes crashes when ESP32S3 trys to connect to one of the two server devices with the following error:
assert llc_disconnect.c 363, param 00000004 00000009
This error leads to a system crash, and I have not been able to identify the root cause. I have tried various configurations, but the problem persists.
Steps to reproduce.
Debug Logs.
More Information.
In the ESP sdkconfig configuration, # CONFIG_ESP_COEX_SW_COEXIST_ENABLE is not set, in order to decrease wifi transmitting delay.