I have the following situation:
Three tasks are running, Task A communicates to Task B using a queue, and Task A also communicates to Task C using task notifications. In these scenario just after I call
Code: Select all
xQueueSend()
If I comment out:(xQueueGenericSend)- assert failed!
Code: Select all
xQueueSend()
Am I missing something?
Have anyone else noticed interference between queues and task notifications?
I'm using esp-idf version 3.2.2.
Any help will or guidance will apreciated!
Thanks a lot,
Gardin.