Hi Paolo,
I get that the LPC11U68 SPI DMA can refer to LPC82X, so the SPI DMA question should like this:
DMA operation
A DMA request is provided for each SPI direction, and can be used in lieu of interrupts for transferring data by configuring the DMA controller appropriately, and enabling the Rx
and/or Tx DMA via the DMACR register. The DMA controller provides an acknowledgement signal that clears the related request when it completes handling that request.
The transmitter DMA request is asserted when Tx DMA is enabled and the transmitter can accept more data.
The receiver DMA request is asserted when Rx DMA is enabled and received data is available to be read.
Besides the SPI FIFO as the DMA request, DMA trigger also can start the SPI transfer, for details, please refer to the DMA chapter about the trigger.
Wish it helps you!
If you still have question, please let me know!
Have a great day,
Jingjing
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------