This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
According to the Differences Between Tiva™ C Series TM4C Microcontrollers on the TM4C129x devices all GPIO ports are only on the AHB bus, and there is no documented way to make a selection between the AHB or APB.
Whereas with the TM4C123x parts there was the GPIOHBCTL register which could be used to select GPIO ports A to F to be individually accessible from either the AHB or APB bus (other GPIO ports on a TM4C123x could only be accessed from the AHB bus).
See also the old thread TM4C129x GPIO APB vs AHB
thanks,
in the past, after changing the register, separate addresses were used for the two busses...
I wonder if this is still the case.
maybe it's just a mapping thing now, were only the address matters?
who knows...
Just to be clear, the TM4C129 devices only connect to the AHB bus. The TM4C123 devices had two separate addresses for each port. One address for the slower APB bus for compatibility with older LM3 devices, and one for the faster AHB bus. For the TM4C129 devices there is no way to select the slower APB bus.