2024-04-09 10:00 AM
I am trying to fire the PendSV interrupt from within SysTick. I was trying to use HAL_NVIC_SetPending() but discovered that this function ignores interrupt IDs of 0 or less. I am looking for an alternative.