How to perform configuration of the ESP32 ? "Data buffer allocation failed" and other errors trying to do so #62237
-
Hello community ! I'm working with an ESP32 board with a custom application. The error I get are the following when connection tries to be established:
Before that of course wifi has been connected successfully to the AP and I received an IP address. I have tried to play a bit with some CONFIG looking at various issues in this repo, but nothing really relevant found. Still blocking on this point. Anyone knowing how to solve this issue ? I would like to understand where are the data buffer allocated, so I can arrange a modification of stack/heap somewhere, but it looks like not so easy to understand this part of the net layer... Thanks for any advice! PS: I'm using Zephyr 3.4.0 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Update: I have increased When the my http client tries to
Really strange error, looks like the connection is established... So ... don't know really where to go. Is there somewhere a good tutorial / example to use ESP32 with Zephyr ? Not just blinking an LED... but instead doing some real stuff, I mean wifi and TCP/UDP connections working. |
Beta Was this translation helpful? Give feedback.
-
@joelguittet, please, enable SHELL and run
|
Beta Was this translation helpful? Give feedback.
@joelguittet, please, enable SHELL and run
kernel stacks
. Take a look and verify if there is any full stack being used. Then increased it. I guess below items might need some adjustment: