HI.
As I said, I'm from Arduino and I'm new to Launchpad.
I'm struggling on how to know wich pin are PWM on my Launchpad MSP430G2553 or 2552.
Of course, using timers, they must be all PWM enable, but I'm too new to be able to program a PWM function.
I'd like to use an analogWrite on P2-5 or P2-4 or P1-4 or P1-3.
Is that possible or are they not able to Arduino/Energia analoWrite ?
I like the Launchpad because its pin are numbered the same as the uC itself, so I feel closer to the chip.
But I'm used to Arduino board, and the different way naming the pin makes me lost sometimes.
How can I know the function dedicated to each pin ?
On Arduino, some pin are for analogRead, others for digital use.
What about my new Launchpad ? How to know what are each pin configured as by default ?