Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi
I am using SK-AM62LP evaluation board. Please provide me the steps to enable UART5 on the evaluation board.
Thanks
Vivek
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello Vaibhav,
I want procedure for both. Please do guide for both SDKs.
But initially, I am doing with MCU PLUS SDK.
Thanks
Vivek
Hi Vivek,
There are few UART examples which comes under MCU PLUS SDK.
I believe you have followed the getting started steps here:
https://software-dl.ti.com/mcu-plus-sdk/esd/AM62X/09_02_01_06/exports/docs/api_guide_am62x/GETTING_STARTED.html
Here are few examples you should go ahead and try it on your setup to be familiar with the TI UART drivers:
https://software-dl.ti.com/mcu-plus-sdk/esd/AM62X/09_02_01_06/exports/docs/api_guide_am62x/EXAMPLES_DRIVERS_UART_ECHO.html
Additionally, when you go inside of ti-arm-clang of any project/example, and you run the command gmake syscfg-gui
This will end up opening a SysConfig GUI and from here onwards you can simply head to UART tab and select the UART5 peripheral.
Once done, save and close this GUI window and now back to command prompt you can go ahead and run the command gmake all to build the example.

Hope this helps you understand how UART5 can be configured and for using the same I would refer to the examples as pointed in the link above.
Regards,
Vaibhav