TM4C123AH6PM datasheet section 8.2.8 uDMA Peripheral Interface states:
"Note: When using μDMA to transfer data to and from a peripheral, the peripheral must disable all interrupts to the NVIC."
This statement is not clear. What does it mean?
Does it mean: e.g.:
* That software must disable all of the peripheral's interrupts?
* That the peripheral disables its own interrupts? So for example if uDMA is used with a UART, then interrupts will not be triggered for the UART's Parity Error, Framing Error, etc.?
* That all interrupts in the system (those of the peripheral and those belonging to other peripherals as well) are disabled? Will interrupts from timers, etc., fail to trigger if uDMA is being used with a UART for example?
Please provide clarification.
Thanks