Hi,
I have question about using GPIO, the target device is AM3505.
I going to use 8 GPIO for input and output.
Which is the easiest way to use GPIO ?
(1)exchange it from the CPU directly?
(2)use device driver?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I have question about using GPIO, the target device is AM3505.
I going to use 8 GPIO for input and output.
Which is the easiest way to use GPIO ?
(1)exchange it from the CPU directly?
(2)use device driver?
Hi,
Does Linux-PSP for AM35x include GPIO Driver?
Otherwise what should I do to use GPIO on Linux application?
The kernel supplied with SDK's should have GPIO enabled within the menuconfig. If you are looking or trying to understand how to setup and configure GPIO's under Linux I suggest you read the kernel documents for GPIO. This may provide you more information regarding GPIO's under Linux.
See:
http://www.kernel.org/doc/Documentation/gpio.txt
http://omappedia.org/wiki/GPIO -- may help out --> has example on triggering gpios under Linux
Sorry about late response, I was out for summer vacation.
Thank you for answering my question.
I will take a look at the document which you showed.