I have gotten Stellaris PinMux (Version 1.0.1) confused somehow! In trying out the pin configuration tool, I got it to generate a pin collision conflict that I can't get it to resolve. In particular, there's a conflict on PB7 with SSI2TX, but T0CCP1 and GPIO for pin 4 are not enabled. When I disable the SSI2 module, PB7 is still considered enabled by something! I have included the Pin file in which it appears there are two lines in it describing PB7/pin 4:
PB7,4,4,cEnabled
PB7,4,SSI2TX,cEnabled
The first PB7 line appears odd compared to the rest of the lines in the file. In the Log Window, when reloading the Pin file, the relevant complaints are:
16: 4 enabled by auto-selector in port PB7, pin 4
17: SSI2TX generated a collision with Enabled in port PB7, pin 4
Dan