Forum Discussion
Altera_Forum
Honored Contributor
20 years agoNios Halt
Hi. Is ther a way to Halt NIOS processor with user instruction and wait till for examle uart interrupt will wake CPU up. I am trying to prevent any bus activity during sencitive analog mesurment. ...
Altera_Forum
Honored Contributor
20 years agoYou can create a multi-cycle custom instruction that stalls until an interrupt arrives. This will stall the entire Nios II pipeline and will eventually stop all activity. It doesn't stop immediately when you stall the pipeline because it might still be finishing pending cache line transfers (an I-cache fill or a D-cache writeback of a line).