Other Parts Discussed in Thread: CCSTUDIO
I ran the example in
C:\CCStudio_v3.3\boards\evmdm6437_v2\tests\uart
but
while( EVMDM6437_UART_xmtReady( uart0 ) ) // Wait for TX ready
{
if ( timeout-- < 0 )
return -1;
}
this line seems always not ready so it return -1. Why is that?