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.

TI C code style

Other Parts Discussed in Thread: CONTROLSUITE

Hi, is there a document that describe c-style that use TI to write the Example code adn the library?

I'm working in a team and I would to distribuite a document that describe a common c-style to use in the project.

Thanks in advance.

  • for our general coding and peripherals, or our application code (which is a bit different)?

     

    this paper talks about our move to using MACROS for motor control applications

    http://www.ti.com/litv/pdf/spraak2

    and for digital power the DPLib documentation describes a slightly different methodology 

    C:\ti\controlSUITE\libs\app_libs\digital_power\f2803x_v3.1\Doc

    and the templates are located here

    C:\ti\controlSUITE\development_kits\TemplateProjects\DPLibv3Template-F2803x

     

    Our general system framework is described here, with examples one level up

    C:\ti\controlSUITE\development_kits\TemplateProjects\~Docs

     

    Basically, install www.ti.com/controlsuite and you should find everything you need.