I'm currently studying Tasks notifications (FreeRTOS) with the esp32, in some tests like using it as a binary semaphore I had no trouble. But when I started to try passing data around using xTaskNotify() and xTaskNotifyWait() the esp32 started to crash when printing the data
Code: Select all
Core 1 panic'ed (LoadProhibited). Exception was unhandled
At first, I thought it was because an untested FreeRTOS API, but it appears that this API is currently supported.
Is that a bug or I'm missing something?
I'm using esp-idf version v4.1-dev-2055-gf5b82c5b1-dirty
Regards,
Gardin.