PIC32 Core Timer and xTimerCreate()

This is how taskENTER_CRITICAL works -

Therefore, the timer interrupt will only be masked if its priority is less than or equal to configMAX_SYSCALL_INTERRUPT_PRIORITY? Can you query its priority before calling xTimerCreate?

1 Like