Forum Discussion
Altera_Forum
Honored Contributor
20 years agoabout the IRQ
when i use the pio interrupt,it need a long time for the request . the system act so slow. could anyone help me?
Altera_Forum
Honored Contributor
20 years agoYou can set interrupt entry to a onchip memory, and save the interrupt stack there.
That is, handle intrrupt service yourself instead of by HAL. You can look at the source of HAL, and modify them to improve response time.