-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Conversation
7942aae
to
cfb182c
Compare
Then you probably need to update @anangl please take a look |
I did not want to link to a non-main branch in here, therefor I did not change it yet. |
Please see https://docs.zephyrproject.org/latest/develop/modules.html#submitting-changes-to-modules |
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Thank you. I was not aware of this. The DNM Label is now added and everything should be fine, I just need someone to review it. |
You need to address the twister build failures |
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
811a87e
to
9608bbe
Compare
Finally managed to do just that. Now it really just needs a reviewer. :) Could you remove the "stale" label? |
Hardware error described here: https://docs.nordicsemi.com/bundle/errata_nRF52832_Rev3/page/ERR/nRF52832/Rev3/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 <[email protected]>
@anangl could I get a review from someone? |
Please see this comment: zephyrproject-rtos/hal_nordic#180 (comment). |
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