Jetson Nano 2GB dev kit GPIO toggle speed from Python?

hello riz-nvidia,

oh, that axi_cbb is only available for TX2 series.

please refer to this example, https://raw.githubusercontent.com/jwatte/jetson-gpio-example/master/gpiomem.cpp
you may have a try for using mmap to have faster speed.
thanks