STM32CubeMX/STM32CubeU0 does not allow NVIC setting for singular use of IWDG
I like to configure IWDG (with early interrupt), but the UI in STM32CubeMX for IWDG lacks the NVIC settings tab compared to WWDG. I know that both units share the same ISR "WWDG_IWDG_IRQHandler", but why do I need to activate WWDG to get the Interrupt code generated? I really just like to use the IWDG due to its low power (stop 2) capabilities, I don't want the WWDG at all.
How can I activate the interrupt code generation for IWDG without activating WWDG?
Is this intentionally or is this a bug in STM32CubeU0 MCU package in STM32CubeMx?
ps. latest available versions installed (6.12.1 + STM32CubeU0 Firmware Package V1.1.0 / 05-June-2024)

