Hello ,
UART B is not capable of receive data. But we can configure pinmux as receive.
Is it possible if we change the "UartSci_Duplexity_TX_ONLY" to "UartSci_Duplexity_FULL" from the driver to use UARTB Recive data.,
Regards
EMRE
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.
Hello ,
UART B is not capable of receive data. But we can configure pinmux as receive.
Is it possible if we change the "UartSci_Duplexity_TX_ONLY" to "UartSci_Duplexity_FULL" from the driver to use UARTB Recive data.,
Regards
EMRE
Hi EMRE,
Can you please point to the exact place in the code that you are referring to?
Regards,
Kaushik
Hi EMRE,
Both are UART SCI modules are capable of fully duplex transfers. Please follow the driver sequence as done for the 1st instance and you should be able to achieve the same. Here is another thread where the same was discussed in detail.
Regards,
Kaushik
Hi Kaushik ,
Thank you for your answer.
I have reviewed your post and it explains the need to connect the pins. We have provided this connection in the design of our board, and we are confident that the signal is being transmitted to the processor. We can see this on the oscilloscope.
However, we realized that there are also some necessary actions to be taken in the driver section for UART3. This is because the driver section has been written only for tx.
Therefore, the structure mentioned in the first post for UART 3 is defined as "UartSci_Duplexity_TX_ONLY." If I change this definition to "UartSci_Duplexity_FULL" like in UART1, will the rx become active?
If not, how else can I solve this issue?
Thank you very much.
EMRE
Hi Emre,
There might be more changes required in addition to the change you mentioned. Therefore, as I mentioned earlier, please follow the driver sequence similar to the other UART instance and you should be able to achieve full duplexity.
Regards,
Kaushik
UART 3 is changed as "UartSci_Duplexity_FULL", and followed the driver sequence similar to the other UART instance. but I could not any specific code for other uart so ı could not find anything to change. ıf you have ready code please share with me. the situation is urgent.
Hi Emre,
I am extremely sorry to inform you that we do not have a code ready to share. Can you please elaborate your current issue and appropriate support will be provided if possible?
Regards,
Kaushik