Hi, all:
recently, I was testing the GPIO in TI8148, I would like to use the GPIO to output data in the rate about 500khz, but I follow the user guide of GPIO, found out that the GPIO data rate is only about 100hz. my test code is run in application program as following :
……
while(1){
system("echo 1 > /sys/class/gpio/gpio48/value");
system("echo 0 > /sys/class/gpio/gpio48/value");
}
……
Then, I test the output rate using oscilloscope is about 100 Hz only. I am confised. What is the highest data rate of the GPIO in TI8148? Are there any other way to Use GPIO in higher data rate?
BR,
qiuxicj