Hi.
I am currently developing a firmware for MCU MSP430FR5969 Using SPI interface for communication.
On User Guide Page 339 I found a small section on Function Select Registers(10.2.5) with a chart outlining bitwise operations to select primary/secondary/ternary module function for each pin.
http://www.ti.com/lit/ug/slau367e/slau367e.pdf
I was able to find which GPIO/primary/secondary/ternary (and even more than 4) module function are available for each pin on this MCU by reading page 11 of MSP430FR59XX Mixed-Signal Microcontrollers (Rev.D)
http://www.ti.com/lit/ds/symlink/msp430fr5969.pdf
However, I am having a hard time discerning each module function's ORDER (i.e. which of them is primary or secondary. etc...) within their corresponding pin.
Any reference/chart or clues are all welcome.
Thank you folks!