Thank you, but how to configure the GPIO "SJA_RST_N"?
I saw "SJA_RST_N" by command "gpioinfo gpiochip0", and then I tried to configure it by command "gpioset 0 24=0", but failed, it print "Device Busy".
I also tried to configure it by command "echo 345 > /sys/class/gpio/export", but still failed, also print "Device Busy".(gpiochip0 base is 321, "SJA_RST_N" is in line 24, 321+24=345)
The above operations are all performed in Linux BSP33.0.
I would be very happy if you could teach me how to configure it.