NUCLEO F411RE, interrupt preemption priority is not available.
I am trying to set up a multichannel ADC and following YouTube tutorials to create it.
However, the STM32 IDE will not allow me to set preemption priority to 1.

Similarly, I cannot set the clock prescaler as divided by 2.

I need to make a multichannel with at least 2 analogue pins (potentially more), yet even 2 ADC channels cannot work separately.
Other similar nucleo boards (on YouTube) could do this without a problem. How can I solve both these issues?

