Search found 2 matches
- Fri Jan 25, 2019 12:12 pm
- Forum: ESP-IDF
- Topic: ESP32 Crashing on Queue access in another Task
- Replies: 3
- Views: 4516
Re: ESP32 Crashing on Queue access in another Task
Yes, something like that. How do I effectively debug such issues?
- Fri Jan 25, 2019 12:39 am
- Forum: ESP-IDF
- Topic: ESP32 Crashing on Queue access in another Task
- Replies: 3
- Views: 4516
ESP32 Crashing on Queue access in another Task
Hi all, I'm having some difficulty in accessing a queue from a handle that I've passed via the task parameters pointer. I've verified that the handle works in the same task it is created in. Googling seems to indicate a stack size issue, however I'm not able to resolve it by setting to high stacksiz...