hello
I'm playing with my stellaris launchpad, I got openocd 0.7.0 working and I'm trying to write my own GPIO init code.
I wrote this generic routine to initialize the uart pins.
I've defined several flags, and according to the value of these flags, I'm attempting to write the appropriate GPIO configuration registers.
For that, I'm using the AHB access method, writing to BASE+OFF where
OFF is the offset of the required register (eg #define LM4F_GPIO_GPIODIR 0x400 // GPIO Direction)
BASE is 0x40058000 + (port<<16)
I'm using this because it's easier to com