Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nrf52: i2c_twim: Fix static 400uA current #72621

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gumulka
Copy link
Contributor

@gumulka gumulka commented May 11, 2024

Hardware error described here:
https://infocenter.nordicsemi.com/topic/errata_nRF52832_Rev2/ERR/nRF52832/Rev2/latest/anomaly_832_89.html

When using GPIOTE and TWIM and PM_DEVICE, then the device must be turned off and then on again after suspending, otherwise there is a constant 400uA current draw.

This should be seen in cooperation with zephyrproject-rtos/hal_nordic#180

Hardware error described here:
https://infocenter.nordicsemi.com/topic/errata_nRF52832_Rev2/ERR/nRF52832/Rev2/latest/anomaly_832_89.html

When using GPIOTE and TWIM and PM_DEVICE, then the device must be
turned off and then on again after suspending, otherwise there is a
constant 400uA current draw.

Signed-off-by: Fabian Pflug <fabian.pflug@gumulka.eu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants