I have now moved my project from the old Stellaris platform to the new Tiva. My question is if there are any documents for the differences for the use of UART.
My project hangs when I use the following command line:
memset(g_ucUARTBuffer, 0xFF, UART_IF_BUFFER);
My entire project work perfect as long as I don´t activate this line anywhere in the program in relation to the UART.
Has there been any changes or a new function to achieve the same goal?