Hello,
I am doing my final degree thesis which consists on a full bridge DC/DC power converter. To do so i am using the TM4C1294EK microcontroller as the control of my power converter. And therefore i need 4 PWM with dead bands and phase delays.
I have been trying to open, build and run the pwm peripheral example which is available in the tivaware library of my microcontroller. But I have been trying for 2 days and i havent even been able to build the projects, all kind of errors have appear:
- Library doesnt exist
-GPIOPinConfigure(GPIO_PA0_U0RX) is undifined, as well as many other erros similar to this one.
I assume as this is an example prepared, that it should run automatically without any problem.
Therefore here is my question: How do I do to import this project, or open the file correctly so it doesnt give me any error??
Thank you so much in advance,
Carlos Salto