In my PinMuxConfig() routine I have MAP_PinTypeUART(PIN_55, PIN_MODE_3); I can't find any info on PIN_MODE_3 parameter.
Thanks.
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.
In my PinMuxConfig() routine I have MAP_PinTypeUART(PIN_55, PIN_MODE_3); I can't find any info on PIN_MODE_3 parameter.
Thanks.
Hi Daniel,
Please refer to section 16.7 Functional Pin Mux Configurations Table 16-7 in CC3200 TRM. This table maps each configurable pin to its supported functions (or modes)
PIN_55 in PIN_MODE_3 is UARTA0_TX.
Thanks and Regards,
Praveen