SIMPLELINK-MSP432-SDK: MSP432E: Whether low power amangement is by default enabled from the example project "outofbox_msp432e401y"?

Part Number: SIMPLELINK-MSP432-SDK

Tool/software:

Hi,

Whether the low power management within the TI RTOS integration in the default example is already enabled? I mean whether I need to do anything with the demo project to enable the power management? Also, is there any exmaple project available for "event driven" application (event creation and transfer, etc.)?

  • Hi,

      All TI-RTOS examples can be found in C:\ti\simplelink_msp432e4_sdk_4_20_00_12\examples\rtos\MSP_EXP432E401Y\drivers. I'm not sure what type of power management you are looking for for MSP432E. As far as the MSP432E processor power modes, it has the capability to enter various type of low power modes such as sleep, deep sleep and hibernate. There are a few non-RTOS examples for low power modes in C:\ti\simplelink_msp432e4_sdk_4_20_00_12\examples\nortos\MSP_EXP432E401Y\driverlib. See below highlighted in yellow. 

    The .syscfg for MSP432E has a simple Power policy. See below.

  • Got it! I did not get a precise answer I was looking for but I have got a head start. Also, any event driven application example for MSP432?