Jump to content

Recommended Posts

Posted (edited)

Hi All!

OS  - ARMBIAN 5.38 stable Debian GNU/Linux 9 (stretch) 4.14.18-sunxi

OPI Zero.

 

armbianEnv.txt :

overlay_prefix=sun8i-h3

overlays=uart2

param_uart2_rtscts=1

 

RTS CTS don't work

 

I check the work of the logical analyzer. The line RTS does not change the voltage during the request for data transmission. This is necessary for me to connect the MAX485 chip to UART2 OPI Zero.

Edited by maxfed3
Posted

No easy one ...

The following piece of DT need to be added to "pio" of the main DT.

Maybe that could be done with an overlay, but still requires some work ...

                        uart2_rts_cts_pins: uart2_rts_cts {
                                pins = "PA2", "PA3";
                                function = "uart2";
                        };

 

Posted

When will it be possible to enjoy the normal operation of RTS and CTS UART2 ?

Instructions for applying patches will be required.

Posted

Since I have not previously done this kind of work, you will need an instruction How to install these patches on the specified system

but, I will be able to check the operation of RTS and CTS signals

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines