Hi,
We have just begun using the TI-RTOS for MSP430 series (MSP430F6736 in particular), and see that there is no documentation on port mapping. Is that intended? We see some PMAP commands for the MSP432 drivers but none for MSP430.
In case PMAP-ing is not part of TI-RTOS currently, would the "initGPIO" function which contains the GPIO_init() call be a good place to introduce the PMAP-ing? Perhaps just before the GPIO_init() function call?