Search found 2 matches
- Fri Jan 12, 2024 3:14 pm
- Forum: ESP-IDF
- Topic: esp_wifi_scan_start() and stack size
- Replies: 1
- Views: 35131
Re: esp_wifi_scan_start() and stack size
I found the solution by limiting the number of AP scanned into the sdkconfig.
- Mon Jan 08, 2024 10:43 am
- Forum: ESP-IDF
- Topic: esp_wifi_scan_start() and stack size
- Replies: 1
- Views: 35131
esp_wifi_scan_start() and stack size
Hello, My board is an ESP8266, wroom-02. I use Freertos, in a task I call esp_wifi_scan_start(), depending of the number of access point found the application crash (Stack canary watchpoint triggered). I understand ( from the documentation ) esp_wifi_scan_start() allocate it's data to my task stack....