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.
Hi team,
Here's an issue from the customer may need your help:
Hardware:TDA4VM-EVK board.
Software: linux+rtos.
Trying to receive from Uart1 located in main domain. When the date frame is ended by "0x0d 0x0a", it just receive "0xa", while the "0xd" is missed.
This maybe need to set the UART PARAMS as this "options.c_iflag &= ~ICRNL"。 But the customer doesn't know how to change the setting in their code(the code is running in MCU2_0 Core).
Could you help check this case? Thanks.
Best Regards,
Cherry
HI Cherry,
Trying to receive from Uart1 located in main domain. When the date frame is ended by "0x0d 0x0a", it just receive "0xa", while the "0xd" is missed.
What do you mean by 0xd is missed? Is it not received at all or is it interpreted as CR? Can you please share your expected output and the output you are getting?
Regards,
Parth