1.What is the Source current of Each GPIO?
1.Shall we configure each GPIO as interrupt pin?
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.
1.What is the Source current of Each GPIO?
1.Shall we configure each GPIO as interrupt pin?
The AM335x has multiple I/O power domains that allow some GPIOs to operate at one I/O voltage while others operate at another I/O voltage. The assignment of GPIO terminals to power terminals is documented in the Ball Characteristics Table of the AM335x Data Sheet.
AM335x has 4 banks of GPIO (GPIO0 – GPIO3) and each bank can be configured to support up to two interrupt inputs.
There is not a one to one correlation of GPIO banks to power domains. For example, the GPIO0 bank may be split across as many as 4 power domains depending on the AM335x package.
Regards,
Paul
@Naveen,
AM335x TRM (Technical Reference Manual) is referred above. You can find it here in case you need it:
http://www.ti.com/litv/pdf/spruh73c
Thanks.
I may not have read this question correctly during my first reply. I though the question was related to which power domain provided power to the respective I/O buffer.
After re-reading the question, it sounds like the question may be asking about output current of each I/O buffer.
This information is provided as part of the respective Voh and Vol parameters shown in the DC Electrical Characteristics section of the AM335x data sheet.
http://www.ti.com/product/am3358
Regards,
Paul
sir; am write a program on 4leds using gpio pins to blink with binary numbers (from 0000 to 1111). i dn't no how to write so plz give any examples releated to gpio pins. am using sitara 3359 arm cortex a8 processor
Hi Ganesh,
Following is the link for GPIO driver & implementation http://processors.wiki.ti.com/index.php/Linux_PSP_GPIO_Driver_Guide
Best Regards
Rajeev