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.

TDA4VM: Cannot display output for UART testapp on UART console

Part Number: TDA4VM

HI,

I'm curently running the csl_uart_test_app given in the examples of uart from csl folder on the TDA4VM board using NO BOOT mode. I'm using cutecom and I have placed the breakpoints at each UARTConfigPuts statement given below from the app.

UARTConfigPuts(uartBaseAddr, "\nUART Test", -1);

output :

[17:36:49:814] <0x01><0x04><0xa4><0xf4>

UARTConfigPuts(uartBaseAddr, "\nEnter some data to transmit:", -1);

output :

[17:36:49:814] <0x01><0x04><0xa4><0xf4>b<0xe0><0x84><0x85><0xe5><0x86><0x84><0x84><0x84><0xe4><0x84><0x85><0xa7><0xc6><0xe4>

UART configuration is as follows:

baud rate - 115200

Data bits - 8

Parity - None

Stop Bits - 1

Flow Control - None

I have also tried minicom, But I am getting different results there, with some ASCII characters as output for the above statements.