Tool/software: TI-RTOS
Hello,
In my project, I want to use two UART ports at same time.The former is used for LOG mechanism which is used for print error messages or information about important situations and the latter is used for communication like when a specific message arrives to board it executes a specific operation such as printing a banner message.I use UART0 for LOG mechanism and it works perfectly but I can not see UART5 messages when I connect it with a software like TerraTerm. I prefer UART0 and UART5 as they are pinned out at TM4C129XNCZAD. Is that something I missed to enable UART5 at board.c file ? I use TI-RTOS for developing my project.Thanks in advance for your answers.
Best Regards,
Cengizhan YAPICIOĞLU