I need to use High Drive Strength of pin used as TX of UART. How may it be done using zephyr ?
I need to use High Drive Strength of pin used as TX of UART. How may it be done using zephyr ?
Hi.. I need same again but without using pinctrl. I need to use following style to set drive strentgh.
Hi,
Which version of the nRF Connect SDK do you use?
Regards,
Sigurd Hellesvik
SDK1.9.1.
Try to get the pin number like this:
DT_PROP(DT_NODELABEL(uart0), tx_pin)
Regards,
Sigurd Hellesvik