TIM2 Interrupt deleted when setting EXTI[9:5] interrupt
Hi all,
I am using a nucleo board F412ZG with the Middelware FreeRTOS. I use only one task for now, but I will use others in future.
By the way, I set TIM2 as the timer system for FreeTOS:

Now I am trying to enable pin PC8 as an external interrupt in order to detect a falling edge:



When I generate the code I notice that the TIM2 interrupts is deleted, but I do not understand why. Anyone can help me?
Below I leave the screens of the generated code modifies from git:





