Hi,
I purchased the LS1046 FRWY board and I am trying to use the GPIO signals. It looks like I have been able to successfully enable them since I am seeing them on the J67 GPIO header. The problem I am having is the mapping of the GPIO signals to the J67 header.
Here is the mapping from the Reference Board Manual.

The problem is that when I write the data register to set a particular GPIO, it seems to be coming out on the wrong pin. For example:
I can write 0x200 to the GPIO3 data register (GPDAT), I then see the signal appear on J67-11 which corresponds to GPIO3_7. I expect that by writing a 0x200 to the GPDAT register, I would see the signal on GPIO3_9 or J67-19.
This happens for multiple GPIOs. Is the mapping to the J67 incorrect? Am I not writing to the GDAT register correctly?
Thanks!