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: MAIN domain Uart Params, Can't receive 0xd, but only 0xa

Part Number: TDA4VM

Hi all,

       My hardware is TDA4VM-EVK board。 

      My Software is linux+rtos。

I'm Trying ro receive from Uart1 located in main domain. When the date frame is ended by "0x0d 0x0a", I just receive "0xa", and the "0xd" is missed。 

I think this maybe need to set the UART PARAMS as this "options.c_iflag &= ~ICRNL"。 But in my code, i don't kown where should i change the settting. 

bythe way, my code is running in MCU2_0 Core.