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

nRF52805 - Apply bug fix from nRF52840 also here?

Hi Support team,

in the following link, there is a fix decribed to get lowest power down current of the UART0 of the nRF52840:

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;

Is this fix also needed for the nRF52805? I do not think so!

Thank you!

BR Hauser

Related