ISR function timing period issue
Hi
We are working on STM32H503 MCU which has ARM Cortex 33. In datasheet it is provided that 12 cycles or instruction to enter into an interrupt function. Configured system clock as 250MHz, with that we could reach an interrupt function within 48ns. But in practical it's taking around 146ns. we have enabled a GPIO pin as high inside the ISR function which takes 5 (20ns) instructions. So, 146ns-20ns = 126ns taking to enter into an ISR function. Please provide me a solution to achieve the interrupt function within 48ns.
Regards
Bhavan
