DEVICE: TM4C1294NCPDT Silicon Rev3.
DMA channel 6 has been mapped to software (encoding 0x05), and after being started using DMASWREQ, sends a 16 byte sequence to the CRC module. The computed answer is correct, the DMA finishes correctly but no end of software DMA interrupt is generated. The interrupt handler is never called. IRQ44 has been enabled and if I 'manually' provoke the interrupt handler by loading the SWTRIG with software DMA interrupt number 44 the handler is called and it executes as expected.
There's no mention in the Errata for anything related. And the data sheet confirms that the end of CRC DMA should generate an interrupt.
So I was wanting to check a couple of things before posting code:
1) That the end of DMA to the CRC module interrupt is possible, the data sheet suggests it is.
2) As the interrupt was software instigated that the end of transfer interrupt does actually appear on Software DMA channel 44.


