This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F280049C: Capability of using TMS320F280049C for PWM without using Sysconfig

Part Number: TMS320F280049C
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!

  • You can do the same here. JUST DELETE THE SYSCONFIG file and it will all work. You also have the ability to leave the SysConfig file completely empty and not use Board_init and other content in your main.c

    You can easily decouple from the tool as it is always an optional item.

    Nima