MSPM0G3507: Library

Part Number: MSPM0G3507

Tool/software:

Hello E2E Experts,

Good day.

The functions that call registers directly are not included in that Driverlib. Could you please help me find the library with the register setting functions like:

PADIR |= BIT0; and PAOUT &= ~BIT0

Regards,

TICSC

  • The CMSIS definitions (on my system) are in:

    C:\ti\mspm0_sdk_2_05_01_00\source\third_party\CMSIS

    C:\ti\mspm0_sdk_2_05_01_00\source\ti\devices\msp

    "ti\devices\msp\msp.h" selects the appropriate "mspm0xxxx.h" file, similar to "msp430.h".

    [Edit: Driverlib uses those definitions, so if you (e.g.) import an Example they're already there -- you don't have to do anything additional.]