Forum Discussion
Altera_Forum
Honored Contributor
16 years agoDMA transfer inside ISR: Problem
Hi everybody, I think this is a common issue, but I didn't find a solution to my question, so hopefully I will get an answer here: I have a DMA controller which I want to use on an IRQ com...
Altera_Forum
Honored Contributor
15 years agoHi,
--- Quote Start --- alt_ic_isr_register( DMA_IRQ_INTERRUPT_CONTROLLER_ID, DMA_IRQ, DMA_isr, DMA_BASE, NULL); --- Quote End --- I guess DMA_IRQ_INTERRUPT_CONTROLLER_ID is the id of your VIC? Why do you use DMA_BASE as isr_context? Don't do that. DMA_BASE is not a memory region. Have you maybe enabled a seperate exception stack? Regards