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?MartyMacGyver wrote:Along with several other updates, I'm now using the new interrupt allocator. Thanks again for the tip!
Users browsing this forum: Baidu [Spider] and 49 guests