Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
I am trying to generate PWM signals using the TMS320F280049C launchpad and have been looking at the example files provided in c2000ware and have a general understanding of how the MCU works. I am ready to start developing my own code but do not want to use Sysconfig to generate the code for me. I know its a powerful tool but for administrative reasons I need to generate all the code myself. How can I do so without using sysconfig?
I tried starting with the empty projects provided in c2000ware but they still come with empty sysconfig files that contain board.h, board.c, etc. When i crated my own project from scratch I can not include the driverlib.h and have the driverlib functions be called properly in my main.c file.
Any help is apprecaited!