Hii,
Currently I'm using MCAL_AM263x_08.06.02 version package in my project.
I configured Uart1 in polling mode , DMA mode is disabled in EB. So, I haven't included Uart DMA files in make file.
I'm getting error that Uart_Cdd_dmaDisableChannel is undefined.
Even If DMA is disabled , DMA related uart functions takes place in compiling.
what could be the root cause for this issue ?
Thanks.