Working on an application that uses multiple UARTS for communication, and want to have a built in test that uses the Tivaware UARTLoopbackEnable, to run a simple loopback test to confirm data is being sent and processed correctly. However, I am not finding any kind of command to revert the change to internal loopback. What is the best practice for this?
Solutions I've thought of but haven't tested yet are as follows:
Disabling all the UARTs after the built in test, and reenabling them, Hoping they come up in a default manner.
Having the board restart after a successful built in test (Not a good solution for this).
Not using internal loopback for the built in test.
Any advice would be appreciated.

