Code: Select all
xTaskCreatePinnedToCore(loopTask, "loopTask", 4096, NULL, 1, NULL, 1);Code: Select all
xTaskCreatePinnedToCore(loopTask, "loopTask", 4096, NULL, 1, NULL, 1);Code: Select all
intr_matrix_set(0, ETS_RMT_INTR_SOURCE, ETS_RMT_CTRL_INUM);Code: Select all
intr_matrix_set(xPortGetCoreID(), ETS_RMT_INTR_SOURCE, ETS_RMT_CTRL_INUM);could you share your code describing how?Along with several other updates, I'm now using the new interrupt allocator. Thanks again for the tip!
New link for interrupt allocator:This is the driver I ported and extended:
https://github.com/MartyMacGyver/ESP32- ... ED-Drivers
As for the interrupt allocator info, a search shows it moved here:
https://github.com/espressif/esp-idf/bl ... _alloc.rst
Users browsing this forum: Qwantbot and 8 guests