BeagleBone Gpio Adress??

Hi All,

I working real time os with BeagleBone and i’m working gpio based interrupt programing. I need some calculation info for gpio adress.

For example what is the gpio1[6] or gpio1[7] adress. How can i learn gpio adress?

Best Regards,

Hi All,

I working real time os with BeagleBone and i'm working gpio based interrupt programing. I need some calculation info for gpio adress.

For example what is the gpio1[6] or gpio1[7] adress. How can i learn gpio adress?

AM335x Technical Reference Manual [1]

Have fun!

[1] http://www.ti.com/litv/pdf/spruh73g

Well, there is more than one address required in order to effectively use a GPIO pin. My suggestion is that you take a look at the Technical Reference Manual for the processor to gain insight on how to set everything up.

http://www.ti.com/product/am3358

Gerald