Altera_Forum
Honored Contributor
21 years agoHALT instruction for NIOSII?
Can the NIOS core be put in a HALT state after initialisation of the system? Basically, I use a DMA controller to transfer data from SDRAM to a small internal dual-port RAM and I want to keep the efficiency of the SDRAM high by using burst mode. I do not need the NIOS during transfer, only the streaming control signals on the avalon bus, so I guess I can just shutdown the core and wake it up again through an interrupt. I could not find a HALT instruction in the NIOS set, is there a solution for this?
Arjan