Tool/software:
Hi,
I'm trying to get the UART running with the DMA in non-blocking mode.
I already found the example of the Low-Level Driver in the SDK, and it was really helpful.
The question is that I don't want to use Interrupts as I already handle the buffers internally.
I want the UART and DMA requests to just run whenever they are called without calling a completion interrupt.
Is there any way to do this?
I already tried to put the Callback as NULL in the parameters.
But it's not the correct way to do it as it gets the code to fail in the runtime.
Thank you in advance.

