STM32MP135 - BAREMETAL - UART - DMA
Hello,
I am currently using bare-metal MP13 solution in CubeIDE. I want to integrate uart with DMA. After configuring DMA settings for uart4, a following fragment of DMA init code has been generated:

NVIC is not available for Cortex-A, but still its functions are being generated.
My question is, how can I properly adjust MX_DMA_Init for uart interrupts without NVIC and code generation?
Do you have any ideas?
Thank you,
Jacek S.
