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?