Hi @DIVYAJ1,
In order to use UART, you can simply add the UART component and configure the pins through Config Tools:
Julin_AragnM_0-1731017569607.png
uartconfig.png
Julin_AragnM_3-1731017652665.png
uartconfig1.png
If you want to use interrupts or a callback for your reception and transmission, then the IntCtrl driver must also be added, but for a simple uart configuration that should be enough.
I've attached a simple example which echoes the inputs through a serial terminal through UART1 (connected to the EVB's USB):
Julin_AragnM_7-1731017823878.png
Best regards,
Julián