HAL API sets NVIC priority from 0 to 3 only whereas rM0376 suggests otherwise
I am using STM32L072hence referring to reference manual RM0376Page . 280 Table.53 suggests that priority can be from 0 till 38but when try HAL_NVIC_SetPriority(IRQn_Type IRQn, uint32_t PreemptPriority, uint32_t SubPriority)as per help above that f...