Search found 1 match
- Wed Oct 26, 2022 4:15 am
- Forum: ESP-IDF
- Topic: ESP32-C3 keep restarting with assert failed: xQueueReceive queue.c:1382 (( pxQueue ))
- Replies: 2
- Views: 1320
ESP32-C3 keep restarting with assert failed: xQueueReceive queue.c:1382 (( pxQueue ))
Hi genius, Im using esp32-c3-fn4 with VSCO Ide, espidf extension, idf version 4.4.2. I have issue when creating large queue. Creating queue with xQueueCreate(1000, 50); has no issue but when i changed to xQueueCreate(1000, 256); , the device keep restart when program execute until xQueueReceive. My ...