This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR1642: gMmwMssMCB.commandUartHandle

Part Number: AWR1642

hello,

In the AWR1642boost:

/* Send TLVs */
for (itest = 0; itest < 8192/2; itest++)
{
UART_writePolling (gMmwMssMCB.commandUartHandle, //loggingUartHandle
(uint8_t*)(&itest),
sizeof(itest));
}

When I send 10, that is 0x000A, the Upper computer(Serial Assistant) will receive 0A 0D 00,this is a wrong result.Receive data correctly when sending other data.Can you tell me why?

Thanks !