MKE15Z TSI Low Power Module Wakeup Samples

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MKE15Z TSI Low Power Module Wakeup Samples

814 Views
dannydeng
Contributor III

Dears,

Can you help to share MKE15Z TSI Low Power Module Wakeup Samples with me?

BRs,

Ray

Labels (1)
3 Replies

717 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Ray,

Please look at the Power Management SDK example.  It provides a readme that will help you with the low power modes.

You could add the TSI implementation, the example is setting a debug console, so the module could be turned on as the UART module. 

Hope it helps.

Regards,

Mario

0 Kudos

717 Views
dannydeng
Contributor III

Hi Mario,

   

  Seems only Power Module switch, do not including TSI wakeup configuration. Do you have this kind of samples?

BRs,

Ray

0 Kudos

717 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Ray,

Unfortunately, we do not provide this kind of sample, it will depend on your implementation. 

If you will use the TSI mutual mode or self-mode.You must merge the power manager and the TSI example.

For example: If you select the self mode, please look at the driver included in the SDK.

https://mcuxpresso.nxp.com/en/dashboard

The example is setting the TSI in the main function TSI_init(), also provide the key calibration TSI_keyCalibrate().

The Power manager example provides an API that let you configure the wakeup source. APP_SetWakeupConfig, you could select by a Timer or a Pin.

As you can see the TSI, has a Full functionality in most of the power modes that the MCU support.

pastedImage_1.png

Regards,

Mario

0 Kudos