Tool/software: Code Composer Studio
Dear Sirs,
We are working on EK-TM4C1294XL evoluation board.
Our question is about the "pwmled.c" example program. It is running without problems.
But we are trying to change its properties and build a new program in order to use it for our purpose.
Our pwmled example program is using peripheral libbrary files pwm.c and pwm.h.
As far as we understand, PWMTiva.c and PWMTiva.h files are more comprehensive programs. They can be used instead of PWM.c and PWM.h.
Is there a pwmled example program using PWMTiva.c and PWMTiva.h library files?
There are six library files:
- ti/drivers/pwm/PWMTiva.h
- ti/drivers/pwm/PWMTiva.c
- ti/drivers/PWM.h (Example program includes only this library file.)
- ti/drivers/PWM.c
- driverlib/pwm.h
- driverlib/pwm.c
The last three library files are being called and used indirectly by the example program pwmled. But first two files are never used.
Best regards,
Emin