Hello everyone,
What is the maximum resolution of PWM circuitry in MSP430G2 LaunchPad and how it can be achieved using program?
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.
Hello everyone,
What is the maximum resolution of PWM circuitry in MSP430G2 LaunchPad and how it can be achieved using program?
Hi Abhishek,
I think the PWM generation thread will answer your question just fine.
In general the maximum PWM resolution you can achieve would be half the clock input frquency, which on you MSP430G2xx device is 16MHz; so your maximum PWM resolution would be 8MHz. It also depends what granularity you'll need for your PWM though.
Hope the other thread helps you to get the right code! Besides, you can use the examples we provide in our driverlib and adapt the code example to the PWM frequency you need for your application.
Please let me know if it worked.
Best regards,
Britta
**Attention** This is a public forum