I made a project were the 2 cores are used in a high percentage but core 0 needs to be the least interrupted by IRQs.
Checking on how repeating timer works, I see that they depend on artifact generated at runtime initialization prior to main code execution.
Is it fair to assume that this timer uses a CORE0 irq? (I see prior main its calling hardware_alarm_set_callback at alarm_pool_init_default).
Is it possible to make it use CORE1?
Checking on how repeating timer works, I see that they depend on artifact generated at runtime initialization prior to main code execution.
Is it fair to assume that this timer uses a CORE0 irq? (I see prior main its calling hardware_alarm_set_callback at alarm_pool_init_default).
Is it possible to make it use CORE1?
Statistics: Posted by mlorenzati — Fri Feb 23, 2024 4:55 am