How to recover SWIM pin from being used as GPIO?
I'm using the TSM8S001J3 for a small application that requires Pin-8 (PD1/ SWIM, PD5/ AIN5/ UART1_TX) to be used for the RS232-TX.
Currently in the code I have a way to halt the GPIO assignment prior to reassigning the SWIM pin if needed by holding the RS232-RX low during the boot process.
What I would like to find is a way I could turn off the UART1_TX function on Pin-8 and return it to the SWIM fucntion from within the program. My thought was to send a RS232 command that would reassign the pin.
Unfortunately I can't find any documentation on how to re-assign the SWIM pin to being active after it has been used for other functions.
Help please?
