ESP32AudioFramework icon indicating copy to clipboard operation
ESP32AudioFramework copied to clipboard

Error on TwoCoreTalkThrough

Open beaka opened this issue 2 months ago • 1 comments

Hi, Trying out the 2 core demos and the code errors out after the first print of Setup: Executing on Core 1.

`Frame Processing: Executing on core 0 Setup: Executing on core 1

assert failed: xQueueGenericSend queue.c:832 (pxQueue->pcHead != ((void *)0) || pxQueue->u.xSemaphore.xMutexHolder == ((void *)0) || pxQueue->u.xSemaphore.xMutexHolder == xTaskGetCurrentTaskHandle())

Backtrace: 0x40083445:0x3ffcd820 0x4008804d:0x3ffcd840 0x4008cf31:0x3ffcd860 0x40088852:0x3ffcd990 0x400d17b9:0x3ffcd9d0 0x400d2bcd:0x3ffcd9f0`

Am using a ESP32-WROOM-32 generic board.

Any ideas where to look?

beaka avatar Apr 21 '24 13:04 beaka