Dear Community,
The LPC 845 SDK uses a DMA example which is not up to date anymore and there is the suggestion to use a newer version which uses: DMA_PrepareChannelTransfer.
brief Prepares the DMA transfer structure.
* deprecated Do not use this function. It has been superceded by @ref DMA_PrepareChannelTransfer and, DMA_PrepareChannelXfer.
However, I am able to use the old functions, but I fail to run the newer version and no example was provided. Mainly the issue will be with the Trigger, due to the fact, that I do not find a proper documentation for the trigger. Does anyone made it and could provide the simplest Trigger solution.
Thank you in advance!