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 v5.1.6 documentation

Other Parts Discussed in Thread: HALCOGEN

Where can I find documentation for the TI v5.1.6 compiler?

Thank you,

Daniel

  • Please refer to this document for a compiler user guide: http://www.ti.com/lit/ug/spnu151i/spnu151i.pdf

    Also may be good to keep this document handy for linker options: http://www.ti.com/lit/ug/spnu118l/spnu118l.pdf

    Regards, Sunil

  • Thanks Sunil. Could you point me to documentation for the API to the Hercules Launchpad (or its microcontroller) and its associated drivers?

  • Dan,

    You need to use HALCoGen to generate the header files for each individual module on the Hercules MCUs. The bit fields for each register are described in the specific MCU's technical reference manual (TRM).

    HALCoGen's help file also includes description and expected usage for API functions that it generates.

    See Help --> Help Topics, then open the "Modules" group, then open the group for the module you are interested in, and then click on any of the API functions to see a description of the functionality implemented.

    Regards, Sunil

  • Hi Sunil


    I don't like using Halcogen. I don't mind using CCS. Of course the API exists. Can you direct me to it?


    Thanks,

    Daniel

  • Dan,

    The API is not otherwise available for download. You can just create a dummy project in HALCoGen for the target MCU you are using, enable drivers for all modules, and then click "Generate Code".

    This will provide you will all the header files you need along with the API functions.

    Regards, Sunil