I know NVIC has its pending register bit per interrupt and peripherals have interrupt status register, then in a ISR is always recommended to:
Then my questions are:
Assume ARMv6-M Architecture.
Hi David,
The NVIC pending flag is cleared by the HW when the interrupt becomes active.
So, there is no need to clear it by SW.
BR, Daniel