I'm using the MCB-STR9 development board and wanted to initialize Port6.7 to utilize UART0 Tx. The documentation says this is possible by way of Alternate Output 3 for Port6 Pin7. After calling GPIO_Init() the chip seems to hang and I lose JTAG communication. The problem turned up in our actual product using the STR912FW44 and I'm able to reproduce the same issue with the MCB-STR9. Anyone heard of this or have any ideas? I can send all sample code if needed.
That's exactly what I had to change... and not more crash. One would think that if the GPIO_IPConnected parameter was incorrect, it would simply cause the UART to not work. Thanks for your input.