Other Parts Discussed in Thread: HALCOGEN
Where can I find documentation for the TI v5.1.6 compiler?
Thank you,
Daniel
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.
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
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