Skip to main content
Visitor II
April 9, 2024
Question

Set Pending PendSV

  • April 9, 2024
  • 0 replies
  • 638 views

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.

    This topic has been closed for replies.