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.

MSP432E401Y: PWM generation through General Purpose Timer(GPT)

Part Number: MSP432E401Y


I am using MSP432E401 and want to generate PWM from General Purpose Timer. I am not getting any drivers in SDK for this? The sample code availiable uses the driverlib ROM API's. I don't want to use ROM API's. 

In deriver Timer.h file it mentioned as below red highlighted note

/*!*****************************************************************************
* @file Timer.h
* @brief Timer driver
*
* @anchor ti_drivers_Timer_Overview
* # Overview
* The timer driver allows you to measure elapsed time with simple and
* portable APIs.This driver does not have PWM or capture functionalities.
* These functionalities are addressed in both the capture and PWM driver.
*

It there any driver which I can use for PWM generation through GPT?