I want to abort DMA when USART receives "0x0D" and "0x0A". I have chosen "Dynamic" DMA. There is no provision in MHC to specify abort pattern so I have to do it myself. I see example in header file for it as followsExample:
// Example 1 // The foll..