SPIMemory
SPIMemory copied to clipboard
Bug report - *Lib does not work with ESP32 RTOS*
When I try to erase the sector from memory it gives the below error and ESP reboots
assert failed: xQueueGenericSend queue.c:832 (pxQueue->pcHead != ((void *)0) || pxQueue->u.xSemaphore.xMutexHolder == ((void *)0) || pxQueue->u.xSemaphore.xMutexHolder == xTaskGetCurrentTaskHandle())
Note - no other task is using spi during this process
I have the same problem. any updates?