Hi,
I'm trying to understand how the hGpio->BANK_REGISTERS[index] work for the TMS320C6657 GPIO pins. After initialization, it looks like I have BANK_REGISTERS of size 2. Would I access GPIO Pin 30 by accessing hGpio->BANK_REGISTERS[1].IN_DATA[15]?
I'm not sure if this is what it means by the registers [31:16] are reserved.
Thanks