Posted on May 17, 2011 at 13:59UPDATE: Got the code to enter the IRQ handler now forgot to enable global interrupts ''__enable_interrupt();''. There is just the problem of processing an RX dma and entering the dma IRQ at the same time - suggest usin...
Posted on May 17, 2011 at 13:59Yes, though it's now 5 months later... I've started in on getting DMA working and ran into this problem. Let me just say that the DMA interrupts do work, just not the handler function enabled through NVIC config - I wi...