Re-issue SysTick interrupt

前端 未结 0 805
面向向阳花
面向向阳花 2021-01-28 04:58

I have a SysTick interrupt to trigger task switch 4 times per second, as shown below.

void SysTick_Handler(void) {
  SCB->ICSR |= SCB_ICSR_PENDSVSET_Msk; // Se         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题