Hi,
Pls help me in sorting out this issue.
I have an Working code in IAR for FRDM-KW40Z regarding UART Receiving and Transmitting.
I have Ported that code to Keil IDE, to make it work with CMSIS RTOS Driver.
For Initial test i have configured the UART but seems to be issue in Transmitting and Receiving data.
I have cross checked the Configuration with IAR. Both seems to be same.
While Debugging I found there is a mismatch in UART_STAT us register, Once on Enabling the Transmit Enable and Receive Enable bits in the UART_CTRL Register, It seems that the "Transmission Complete Flag" in UART_STAT[TC] Register bit is set (Transmitter active).
I have attached the UART.c and main.c Files. Any help is greatly appreciated.