2022-08-16 09:56 AM
As far as I know, this MCU has only 4 levels (2bits). In CubeIde I can set only values 0,1,2,3. And the second question: if I set all levels to 0, in what priority interrupts will be served (according to table index?).
2022-08-16 10:57 AM
> in what priority interrupts will be served (according to table index?).
Yes. And that also answers the question in Subject.
JW
2022-08-16 11:03 AM
I tried to set priority 10 to uart, and 11 to TIM2. Is it possible in STM32F091?