Clarifications about STM32H7 interrupts group priorities and subpriorities
The notion of group priority and subpriority is not very clear in the STM32H7 programming manual.
First the manual states that:

According to the value of the register AIRCR (0xFA050000) the splitting between group priority and subpriority for interrupts should be:

But then in the NVIC description I read:

What is "n" ? At first I thought that it was the number of "xxx" in table 56 but I noticed that I could only write the 4 least significant bits in IPR registers , which means n=4 ?
How to set group and subpriority priorities if only 4 bits can be written in IPR registers ?

