Tool/software:
am64x uart uses polling to read, what are the conditions to start reading, and how to configure the registers, thank you!
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.
Tool/software:
am64x uart uses polling to read, what are the conditions to start reading, and how to configure the registers, thank you!
Hi,
Thanks for your query.
Which SDK are you working on ?
Regards
Ashwani
In case you are using MCU PLUS SDK, I would encourage you to read through the following: https://software-dl.ti.com/mcu-plus-sdk/esd/AM64X/10_01_00_32/exports/docs/api_guide_am64x/EXAMPLES_DRIVERS_UART_ECHO_POLLING_LLD.html
Please debug the example, one API/line at a time. This will clarify how Polling mode of UART works.
Regards,
Vaibhav