Hello,
I have a customer who wants to be able to read whether the digital IO level of a UART pin is high or low while the pin is configured for UART.
Is there any way to do this without changing the pin function in IOMUX?
Munan
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,
I have a customer who wants to be able to read whether the digital IO level of a UART pin is high or low while the pin is configured for UART.
Is there any way to do this without changing the pin function in IOMUX?
Munan
Hello Munan,
It seems a strange application. If customer want to check the level of UART pin when the UART communication is going, they just need to check the transferred data. If customer want to check the level of UART pin when UART communication is over, they need to change the pin function of IOMUX. There is DOUT31 and DIN31 register in M0, but it seems that when UART communication is going, they won't be set. You can try to do it too. The information about these registers can be found in user guide.
Best Regards,
Janz Bai