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

Added POWER register for TWIM peripheral. #18

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

Conversation

Ardelean-Calin
Copy link

Due to Errata 89 from the nrf52832 Erratas it may be necessary to alter some kind of hidden POWER register of the TWIM peripherals. This register is, according to the errata, found at address 0x4000_3FFC for TWIM0.

Unfortunately that POWER register is not described anywhere except in the Errata, it is not in the Register List of the nRF52832 datasheet.

I did have some problems with power consumption using the TWIM and GPIOTE peripherals and writing to address space 0x4000_3FFC as described in the errata fixes these power consumption issues, so that register exists, it is just not documented.

This PR adds said register to the SVD file.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant