hello,
I'm learning C6748.
when I learn the UART. I find two function. (UARTCharPutNonBlocking) and (UARTCharPut)
but in the head file. I can't understand their difference.
because when I Simulate. their function both show baseAdd's stored value.
1:unsigned int UARTCharPutNonBlocking(unsigned int baseAdd, unsigned char byteWrite);
2:void UARTCharPut(unsigned int baseAdd, unsigned char byteTx);
ps: I want to know how to see the UARTCharPutNonBlocking‘s code(written by C language) in CCS or in startware's files.
thanks
Shi