Altera_Forum
Honored Contributor
19 years agoReduce Interrupt latency?
Hi
I am working on NIOS fast cpu at 100Mhz and my problmae is that i am laging in timing issues at the time of Interrupt come from the device. I am developing HAL for USB device and when device interrupt to NIOS cpu,after some of micro second my ISR will start. i just want to make some custome instruction which push the register bank directly to the Stack memory.so i can get some more time because NIOS directly store that things. So is it possible??? I think push/pop of register bank is done by NIOS HAL...so can i bypass the NIOS HAL and make my own custome instruction? Its very urgent..Reply ASAP. Best Regards, SLS