Hi, there.
I am comparing the GPIO speed of Raspberry Pi and Rock5.
I found that Rock5 is much slower than Raspberry Pi.
Isn’t Rock5 suitable for high-speed GPIO access?
・Test environment
Rock5
OS :Deabian5.10.119-15-rockchip(CUI)
Python :python 3.9.2
module :OPi.GPIO
RaspberryPi
OS :RaspberryPi OS(LITE)6.1.21
Python :python 3.9.2
module :RPi.GPIO
・Test configuration
GPIO1:LOW to HIGH
GPIO2:HIGH to LOW
I measured the time between the above.
・Result
Rock5 :34μs
RaspberryPi :2μs
Regards,