-
-
Notifications
You must be signed in to change notification settings - Fork 443
Description
Is there an existing issue for this?
- I have searched the existing issues
Problem
Hi,
i constantly had reboots of the esp32-s3:
`Rebooting...
���ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0x8 (SPI_FAST_FLASH_BOOT)
Saved PC:0x4037b41c
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x1150
load:0x403c8700,len:0x4
load:0x403c8704,len:0xc24
load:0x403cb700,len:0x30b4
entry 0x403c88b8
[ 259][E][spiffs.cpp:38] begin(): [] test fs done!
assert failed: tcp_alloc /IDF/components/lwip/lwip/src/core/tcp.c:1854 (Required to lock TCPIP core functionality!)
Backtrace: 0x40377169:0x3fcb1940 0x4037d8a9:0x3fcb1960 0x403843ee:0x3fcb1980 0x4203971b:0x3fcb1ac0 0x42039881:0x3fcb1ae0 0x42005171:0x3fcb1b00 0x420134e9:0x3fcb1b50 0x4201b9df:0x3fcb1b70 0x42019ca4:0x3fcb1c40 0x4202263f:0x3fcb1c80 0x4037e57e:0x3fcb1ca0
ELF file SHA256: 3a1c2020b
`
Solution
What helped was changing in the platform.ini:
Remove: me-no-dev/AsyncTCP@^1.1.1
Add: https://github.com/me-no-dev/AsyncTCP.git
Alternatives
No response
Anything else?
No response