Hi Expert,
I have an application were in UART communication is happening through DMA. In this requirement, after every TX, I require the TX completion interrupt to be configured.
I'm planning to implement this complete thing in register level. I have already referred the example code in the MCU SDK but couldn't understand the code flow when we are writing the same in register level.
Could you please guide me on how to configure the DMA TX Completion IRQ in register level?
Thanks
Sreeraj