Hi,
How can I use the "ESP_INTR_ALLOC() API to pin a interrupt to a specific core, and can i be sure that the ISR function would be on the same core?
I can nowhere find a example for this question
Grtz,
Yves
How can i use the ESP_INTR_ALLOC() function to pin a interrupt and it's ISR to a specific core?
Re: How can i use the ESP_INTR_ALLOC() function to pin a interrupt and it's ISR to a specific core?
It is advised to use xTaskCreatePinnedToCore() with a specific CoreID argument to create tasks that will allocate interrupts.
Who is online
Users browsing this forum: No registered users and 37 guests