This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Port mapping for MSP430 on TI-RTOS

Other Parts Discussed in Thread: MSP430F6736

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?