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 ?
Try to get the pin number like this:
DT_PROP(DT_NODELABEL(uart0), tx_pin)
Regards,
Sigurd Hellesvik
Try to get the pin number like this:
DT_PROP(DT_NODELABEL(uart0), tx_pin)
Regards,
Sigurd Hellesvik