Go to advanced search

by dbarrie
Sat Oct 05, 2013 8:52 am
Forum: Bare metal, Assembly language
Topic: DMA Interrupt?
Replies: 3
Views: 1145

Re: DMA Interrupt?

Unfortunately, without actually enabling the interrupt first, there is no way to determine if an interrupt is pending but not enabled! I tried enabling ALL the interrupts, but that didn't seem to work correctly and it appeared that my interrupt handler was continually entered and no progress through...
by dbarrie
Fri Oct 04, 2013 11:19 am
Forum: Bare metal, Assembly language
Topic: DMA Interrupt?
Replies: 3
Views: 1145

DMA Interrupt?

Reading the peripheral docs, I can't seem to figure out which bit of which IRQ pending register gets raised when a DMA interrupt is signaled. I realize that there is a register that is part of the DMA peripheral that contains a bit for each DMA controller that is raised when that controller's interr...

Go to advanced search