Skip to main content
PNako.1
Associate
February 17, 2020
Question

I would like to ask is a good practice the calling of HAL_NVIC_SetPriority(SVC_IRQn, 0, 0); two or more times from different HAL_Init_*** functions in the main function ( before the endless cycle while(1) - or is this multi-call is necessary n optimi

  • February 17, 2020
  • 1 reply
  • 641 views

..

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
February 17, 2020

It's probably unnecessary, and the HAL really needs the ticker to preempt everything to avoid deadlock situation deeper in the library.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..