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.

TMS320F28069-Driver Library Support

Other Parts Discussed in Thread: CONTROLSUITE, MOTORWARE

Hi ,

I am new to C2000 ,

I have seen that a driver library just like stellarisware exists for the F2807 / C2000 Launchpad series , How can i use this with F28069 ??

When i look up the files at "C:\ti\controlSUITE\device_support\f2806x\v136\F2806x_common\source" , these are diiferent from the ones for F280x and dont have the functions as for the f280x 

Please also guide me on the linker command file ,include options & file search path settings needed to use driver library with F28069

Regards

Abhay

  • Hello Abhay,

    The ones that used for F2806x are defined following the MCU registers.

    The ones that used for F2802x are defined in functions but actually inside the functions, they are the same like the ones in F2806x.

    I don't know which style you prefer. But for me, if I am new on the device, I prefer to learn to set the register by seeing what register's name it is and make my own comment after that.

    For starting learning, try the examples that provided in ControlSuite (for example C:\ti\controlSUITE\device_support\f2806x\v136\F2806x_examples_ccsv5\gpio_setup).

    About the others, I don't know how much knowledge you have about memory mapping and other things. Honestly, I have learned them mostly by examples. I don't really know the details.

    Maybe you want to read this to find out what you need http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=sprt547&fileType=pdf

    Best regards,

    Maria

  • Abhay,

    These drivers were originally developed for Motorware, and we borrowed them for the Launchpad and F2802x devices.  There is a version specifically designed for the F2806x devices in motorware (ti.com/motorware).  I would recommend you use this version instead.  There are also example projects in motorware that show how to use the drivers.

    Let us know if you need help beyond that.

    BR,