Other Parts Discussed in Thread: EK-TM4C123GXL
Tool/software: Code Composer Studio
Although I have UARTCharGet working when it's from UART0, it gets stuck at the point in the code where that same function is called but for UART1, UART2, UART3, etc. UARTCharPut does work on these modules so I am certain I have configured them correctly. I should note that I am using the MAP version of these functions and that the project's overall build options, configurations, .map, .bin, etc comes from the example project "hello" which means that it was originally configured to work only with UART0. Are there any differences in the way that UART module 0 is set up compared to the others which could point me in the direction of a solution? What is possibly causing the program to get stuck waiting for input at UARTCharGet only on module 3 but not 0? If there is any other information (snippets of code, build options, etc) which I could provide, please let me know. Thank you very much for your help, it's greatly appreciated.