Hi,
I'm looking at the example on page 330 of the Concerto Technical Reference Manual and I'm confused. It says we can write a value of 0xEB to the address GPIODATA + 0x098. But when I look at F28M35x_Headers_nonBIOS.cmd I find that the GPIOG2DAT is located at 0x006FC0 and its length is 0x000020. GPIOG1DAT is also only 0x000020 in length.
If I write to those base addresses plus anything greater than 0x00020 won't I be overwriting other registers?
Thanks