Hi Angus,
I can't believe this was the issue and i didn't see it. Thank you so much. That solved the problem.
DM
Search found 2 matches
- Thu Oct 26, 2017 3:18 pm
- Forum: ESP-IDF
- Topic: netconn_new crashing "STACKOVERFLOW"
- Replies: 2
- Views: 4064
- Wed Oct 25, 2017 9:45 pm
- Forum: ESP-IDF
- Topic: netconn_new crashing "STACKOVERFLOW"
- Replies: 2
- Views: 4064
netconn_new crashing "STACKOVERFLOW"
Hello, I have been working with the esp32, trying to get my httpserver from esp8266. I migrated the code to the new architecture and it seems to receive just fine data, but when i try to netconn_write i get a stackoverflow detection. This is a snippet of the code i'm using: xSemaphoreTake(write_sock...