Hi,I found two bugs related to priority group in STM32CubeIde 12.0 and newer. When try change priority group in NVIC tab, for example from NVIC_PRIORITYGROUP_4 to NVIC_PRIORITYGROUP_2, HAL_Init() function always use NVIC_PRIORITYGROUP_4: HAL_StatusTy...