cancel
Showing results for 
Search instead for 
Did you mean: 

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 optimized?

PNako.1
Associate II
 
1 REPLY 1

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 Venmo
Up vote any posts that you find helpful, it shows what's working..