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.

MSPM0C1104: MSPM0C driverlib missing TIMA APIs

Part Number: MSPM0C1104

Tool/software:

On a similar note, I don't see the TIMA modules in the driverlib documentation:

MSPM0C110X Driver Library: Modules

Munan

  • Hi Munan,

    Now there is something up with not having TIMA support listed in the API.  Let me find out who is responsible for generating the API documentation.  Thanks for catching this ;)

    I'll leave this posting open until I get you an answer.

  • Hi Munan,

    I asked J.D. and he says the TIMx module is like the "superset" of functions and TIMG is a subset.  This means for TIMA functionality use TIMx module.

    Here is some evidence:  Not that TIMG functions are wrapper functions for the TIMx functions.  Likewise, some of the data structs that support TIMA features are not found in the TIMG module

    So it looks the logic is....use TIMx module for TIMA or TIMG (indirectly), and use TIMG module for TIMG functions. 

    Does this help?

  • Hey Dennis,

    Ok thanks for the clarification. 

    Munan