HARDWARE/GPIO lookup table

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

HARDWARE/GPIO lookup table

Jump to solution
635 Views
leonardopolito
Contributor II

Hello, this would be a "stupid" question, but i'm not able to find an answer nowhere, so sorry for posting it!

I'm using a vybrid VF6x, on hardware part it has PTAx to PTEx pads, so if I would like to blink a led on the evaluation board, I would configure the iomux with ptb0, and toggle PORT0 bit 22 (found on sample code).

If I would like to toggle PTB22 i.e., where could I find to what port/bit is linked to?

Thank you and sorry for the dumb question!

EDIT:

Found it in reference manual,under each pin of IOMUX!

Thank you!

Labels (2)
0 Kudos
1 Solution
426 Views
naoumgitnik
Senior Contributor V

Dear Leonardo,

If I am interpreting your request correctly, based on the "Table 8-32. RGPIO versus Pins" table in the Reference Manual:

HARDWARE-GPIO lookup table.jpg

it looks like your bit in the PTB22 case is PORT1[12].

Regards, Naoum Gitnik.

P.S. Too late! :smileyhappy:

View solution in original post

0 Kudos
1 Reply
427 Views
naoumgitnik
Senior Contributor V

Dear Leonardo,

If I am interpreting your request correctly, based on the "Table 8-32. RGPIO versus Pins" table in the Reference Manual:

HARDWARE-GPIO lookup table.jpg

it looks like your bit in the PTB22 case is PORT1[12].

Regards, Naoum Gitnik.

P.S. Too late! :smileyhappy:

0 Kudos