This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to reinit UARTE0 by use *(volatile uint32_t *)0x40002FFC = 1 for power save

I use this code below mentioned in  this question https://devzone.nordicsemi.com/f/nordic-q-a/26030/how-to-reach-nrf52840-uarte-current-supply-specification

 

*(volatile uint32_t *)0x40002FFC = 0;
*(volatile uint32_t *)0x40002FFC;
*(volatile uint32_t *)0x40002FFC = 1;

This can reduce UARTE0 current consumption. But I can't reinit UARTE0. what should I do?

the nrf52840 datasheet not mention this register 0x40002FFC, does any one know how to use this?

Parents Reply Children
No Data
Related