Only 4 Bits for Interrupt priority (NVIC STM32H743) ?
Hi,
the IPR bit assignment in 'PM0253 Rev 5 p.189' tells me that a number of bits [n-1:0] are read as zero and ignore writes.
At this point n isn't 'n = m MOD 4'.
Obviously n is 4 because i can write only the four upper bits and bits [3:0] stay at zero.
So i have only a priority value of 0-15 left-shifted by 4.
Do i make a mistake?
Does someone have a better document for the NVIC?
For functional safety i have to readback all registers and check them. If i write 0x16 to a register and read 0x10 back i have a problem. I am not using CMSIS or HAL.
Kind regards
Daniel