I find my uart tx pin is low level when it is idle . it is abnormal.
how to change code to make it normal: hight level in idle.
thanks.
I find my uart tx pin is low level when it is idle . it is abnormal.
how to change code to make it normal: hight level in idle.
thanks.
Hi,
I am not immediately able to explain that. Can you share/show how you have configurd and use the UART, both in code/configuration and hardware?
Hi,
The nRF UARTE periphearl does not support inverse polarity, so this is not it. Does the other device have pull-up enabled on the Rx pin? If so, perhaps it woud make sense to enable pull-up on the Tx pin (though unconventional). That is also what we do on our development kits by default, see here.
Hi,
The nRF UARTE periphearl does not support inverse polarity, so this is not it. Does the other device have pull-up enabled on the Rx pin? If so, perhaps it woud make sense to enable pull-up on the Tx pin (though unconventional). That is also what we do on our development kits by default, see here.