Other Parts Discussed in Thread: TM4C123GH6PM
Hi,
I want to genarate PWM using timer0, so I had added the API for timer based PWM from tivaware ver 1.1. But I had got the error during compiling, need solution.
Build target 'Target 1'
compiling pwm.c...
C:\ti\TivaWare_C_Series-1.1\examples\peripherals\timer\pwm.c(42): error: #5: cannot open source input file "inc/hw_gpio.h": No such file or directory
#include "inc/hw_gpio.h"
C:\ti\TivaWare_C_Series-1.1\examples\peripherals\timer\pwm.c: 0 warnings, 1 error
".\pwmtimer0.axf" - 1 Error(s), 0 Warning(s).
Target not created