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.
output :
[17:36:49:814] <0x01><0x04><0xa4><0xf4>
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.