Part Number: MSP432P401R
There are 40 pins on the board I am working with. I am trying to identify all the pins that would allow for the generation of a PWM waveform on them by using a timer_A feature and without using any interrupts as well as the identifying the corresponding timer_A module (i.e., TA0, TA1, TA2, TA3).
Using Figure 28. Schematics (1 of 6) found in the LaunchPad User's Guide I come up with:
P2.4-7, TA0
P5.6, TA2
Which is clearly wrong, so I attempted searching up if anyone asked any similar questions on this forum and came across <https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/711190>, which gives:
P2.0-7
P3.0-7
P7.0-7
Is this correct? P5.6 is surely a PWM pin?
I went and asked a colleague about how to figure this out, and they pointed me to Figure 4. MSP432P401RIPZ Pinout in the LaunchPad User's Guide. I noticed there seems to be a lot of information condensed tightly, which I am not too sure how to read. Take for example:
P2.7/PM_TA0.4P7.4/PM_TA1.4/C0.5
Does the PM mean it is PWM capable? I believe the C0.5 is referring to the corresponding capture/compare copy (copies 0 to 6) is that correct?