K82: TRNG in low power mode

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

K82: TRNG in low power mode

501 Views
EugeneHiihtaja
Senior Contributor I

Hi !

Have it sense to completely disable/deinit  TRNG and LTC in  low power mode LLS3 for have lower power consumption ?

Looks like initialise  TRNG take quite long time and power saving difficult to measure.

Can it have some impact for LLS3 mode if some other peripherals are disabled explicitly ?

It might help for avoid false wakeup or hardfault/crashes.

Regards,

Eugene

0 Kudos
3 Replies

402 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi Eugene,

Like other pure digital module, LTC and TRNG have clock gate, but they don't have power switch. So, they can't be power off at LLSx state.

Which peripherals do you think may impact system if it is disabled explicitly in LLS3 mode?

Regards,

Jing

0 Kudos

402 Views
EugeneHiihtaja
Senior Contributor I

Hi Jing !

Yes this is exact question what peripherals should be disabled explicitly or some other way for have lower power consumption than default way.

Some GPIO lines should be set to Z-state or to low state for avoid leakage but situation with other peripherals is not clear.

Regards,

Eugene

0 Kudos

402 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi,

I think besides IO pin, you needn't care about most of peripherals power. Their clock source will be gated at that time. Unlike some other MCU, you'll find that there is rarely peripheral power switch bit. Only those one whose status is option at VLLx you should take care.

AN4503 explained Kinetis power management.  You can also read chapter 5 in KURUG.pdf.

Regards,

Jing

0 Kudos