How do I register the interrupt for DMA buffer handling?
Posted on September 27, 2017 at 22:55I have serial data coming in at a high rate, so DMA is the only reasonable way to handle this firehose of data. I believe I have _nearly_ everything set up properly, but for the interrupt that signals DMA complet...